Searched defs:_PCIInfoPack (Results 1 – 1 of 1) sorted by relevance
62 typedef struct _PCIInfoPack { struct63 uint8_t tag; /* large tag = 0x84 */64 uint8_t count0;65 uint8_t count1;67 uint8_t type; /* == 3 PCI Bridge */68 uint8_t configbaseaddr[8]; /* Base addr of PCI configuration70 uint8_t configbasedata[8]; /* base addr of PCI config data72 uint8_t busnum; /* PCI Bus Number */73 uint8_t reserved[3]; /* reserved, padded with 0 */74 IntrMap map[1]; /* Interrupt map array for each PCI