asi.hh (3062:d95b24c698c3) asi.hh (3063:479e32cdcdf6)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 126 unchanged lines hidden (view full) ---

135 ASI_PST8_S = 0xC1,
136 ASI_PST8_SECONDARY = ASI_PST8_S,
137 ASI_PST16_P = 0xC2,
138 ASI_PST16_PRIMARY = ASI_PST16_P,
139 ASI_PST16_S = 0xC3,
140 ASI_PST16_SECONDARY = ASI_PST16_S,
141 ASI_PST32_P = 0xC4,
142 ASI_PST32_PRIMARY = ASI_PST32_P,
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 126 unchanged lines hidden (view full) ---

135 ASI_PST8_S = 0xC1,
136 ASI_PST8_SECONDARY = ASI_PST8_S,
137 ASI_PST16_P = 0xC2,
138 ASI_PST16_PRIMARY = ASI_PST16_P,
139 ASI_PST16_S = 0xC3,
140 ASI_PST16_SECONDARY = ASI_PST16_S,
141 ASI_PST32_P = 0xC4,
142 ASI_PST32_PRIMARY = ASI_PST32_P,
143 ASI_PST32_S = 0xC5
143 ASI_PST32_S = 0xC5,
144 ASI_PST32_SECONDARY = ASI_PST32_S,
145 //0xC6-0xC7 implementation dependent
144 ASI_PST32_SECONDARY = ASI_PST32_S,
145 //0xC6-0xC7 implementation dependent
146 ASI_PST8_PL = 0xC8
146 ASI_PST8_PL = 0xC8,
147 ASI_PST8_PRIMARY_LITTLE = ASI_PST8_PL,
148 ASI_PST8_SL = 0xC9,
149 ASI_PST8_SECONDARY_LITTLE = ASI_PST8_SL,
150 ASI_PST16_PL = 0xCA,
151 ASI_PST16_PRIMARY_LITTLE = ASI_PST16_PL,
152 ASI_PST16_SL = 0xCB,
153 ASI_PST16_SECONDARY_LITTLE = ASI_PST16_SL,
154 ASI_PST32_PL = 0xCC,

--- 47 unchanged lines hidden ---
147 ASI_PST8_PRIMARY_LITTLE = ASI_PST8_PL,
148 ASI_PST8_SL = 0xC9,
149 ASI_PST8_SECONDARY_LITTLE = ASI_PST8_SL,
150 ASI_PST16_PL = 0xCA,
151 ASI_PST16_PRIMARY_LITTLE = ASI_PST16_PL,
152 ASI_PST16_SL = 0xCB,
153 ASI_PST16_SECONDARY_LITTLE = ASI_PST16_SL,
154 ASI_PST32_PL = 0xCC,

--- 47 unchanged lines hidden ---