Searched refs:P2C_IO_1 (Results 1 – 5 of 5) sorted by relevance
139 #define P2C_IO_1 3
146 #define P2C_IO_1 3 macro
86 (PciIoDevice->PciBar)[P2C_IO_1].BaseAddress = (UINT64) (Address); in GetBackPcCardBar()87 (PciIoDevice->PciBar)[P2C_IO_1].Length = 0x100; in GetBackPcCardBar()88 (PciIoDevice->PciBar)[P2C_IO_1].BarType = PciBarTypeIo16; in GetBackPcCardBar()
1686 if (Bridge->PciBar[P2C_IO_1].Length > 0) { in GetResourceBaseFromBridge()1687 *IoBase = Bridge->PciBar[P2C_IO_1].BaseAddress; in GetResourceBaseFromBridge()
2070 case P2C_IO_1: in ProgramP2C()