Searched refs:P2C_IO_2 (Results 1 – 5 of 5) sorted by relevance
140 #define P2C_IO_2 4
147 #define P2C_IO_2 4 macro
98 (PciIoDevice->PciBar)[P2C_IO_2].BaseAddress = (UINT64) (Address); in GetBackPcCardBar()99 (PciIoDevice->PciBar)[P2C_IO_2].Length = 0x100; in GetBackPcCardBar()100 (PciIoDevice->PciBar)[P2C_IO_2].BarType = PciBarTypeIo16; in GetBackPcCardBar()
1689 if (Bridge->PciBar[P2C_IO_2].Length > 0) { in GetResourceBaseFromBridge()1690 *IoBase = Bridge->PciBar[P2C_IO_2].BaseAddress; in GetResourceBaseFromBridge()
2094 case P2C_IO_2: in ProgramP2C()