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