Lines Matching defs:pci
209 typedef struct pci { struct
210 u32 idr; /* 0x00 Device Id / Vendor Id */
211 u32 scr; /* 0x04 Status / command */
212 u32 ccrir; /* 0x08 Class Code / Revision Id */
213 u32 cr1; /* 0x0c Configuration 1 */
214 u32 bar0; /* 0x10 Base address register 0 */
215 u32 bar1; /* 0x14 Base address register 1 */
216 u32 bar2; /* 0x18 NA */
217 u32 bar3; /* 0x1c NA */
218 u32 bar4; /* 0x20 NA */
219 u32 bar5; /* 0x24 NA */
220 u32 ccpr; /* 0x28 Cardbus CIS Pointer */
221 u32 sid; /* 0x2c Subsystem ID / Subsystem Vendor ID */
222 u32 erbar; /* 0x30 Expansion ROM Base Address */
223 u32 cpr; /* 0x34 Capabilities Pointer */
224 u32 rsvd1; /* 0x38 */
225 u32 cr2; /* 0x3c Configuration 2 */
226 u32 rsvd2[8]; /* 0x40 - 0x5f */
250 } pci_t; argument