Lines Matching defs:ccsr_pcix

183 typedef struct ccsr_pcix {  struct
184 u32 cfg_addr; /* PCIX Configuration Addr */
185 u32 cfg_data; /* PCIX Configuration Data */
186 u32 int_ack; /* PCIX IRQ Acknowledge */
187 u8 res000c[52];
188 u32 liodn_base; /* PCIX LIODN base register */
189 u8 res0044[2996];
190 u32 ipver1; /* PCIX IP block revision register 1 */
191 u32 ipver2; /* PCIX IP block revision register 2 */
192 u32 potar0; /* PCIX Outbound Transaction Addr 0 */
193 u32 potear0; /* PCIX Outbound Translation Extended Addr 0 */
194 u32 powbar0; /* PCIX Outbound Window Base Addr 0 */
195 u32 powbear0; /* PCIX Outbound Window Base Extended Addr 0 */
196 u32 powar0; /* PCIX Outbound Window Attrs 0 */
197 u8 res2[12];
198 u32 potar1; /* PCIX Outbound Transaction Addr 1 */
199 u32 potear1; /* PCIX Outbound Translation Extended Addr 1 */
200 u32 powbar1; /* PCIX Outbound Window Base Addr 1 */
201 u32 powbear1; /* PCIX Outbound Window Base Extended Addr 1 */
202 u32 powar1; /* PCIX Outbound Window Attrs 1 */
203 u8 res3[12];
204 u32 potar2; /* PCIX Outbound Transaction Addr 2 */
205 u32 potear2; /* PCIX Outbound Translation Extended Addr 2 */
206 u32 powbar2; /* PCIX Outbound Window Base Addr 2 */
207 u32 powbear2; /* PCIX Outbound Window Base Extended Addr 2 */
208 u32 powar2; /* PCIX Outbound Window Attrs 2 */
209 u8 res4[12];
210 u32 potar3; /* PCIX Outbound Transaction Addr 3 */
211 u32 potear3; /* PCIX Outbound Translation Extended Addr 3 */
212 u32 powbar3; /* PCIX Outbound Window Base Addr 3 */
213 u32 powbear3; /* PCIX Outbound Window Base Extended Addr 3 */
214 u32 powar3; /* PCIX Outbound Window Attrs 3 */
215 u8 res5[12];
216 u32 potar4; /* PCIX Outbound Transaction Addr 4 */
217 u32 potear4; /* PCIX Outbound Translation Extended Addr 4 */
218 u32 powbar4; /* PCIX Outbound Window Base Addr 4 */
219 u32 powbear4; /* PCIX Outbound Window Base Extended Addr 4 */
220 u32 powar4; /* PCIX Outbound Window Attrs 4 */
221 u8 res6[268];
222 u32 pitar3; /* PCIX Inbound Translation Addr 3 */
223 u32 pitear3; /* PCIX Inbound Translation Extended Addr 3 */
224 u32 piwbar3; /* PCIX Inbound Window Base Addr 3 */
225 u32 piwbear3; /* PCIX Inbound Window Base Extended Addr 3 */
226 u32 piwar3; /* PCIX Inbound Window Attrs 3 */
250 } ccsr_pcix_t; argument