Home
last modified time | relevance | path

Searched refs:P2C_IO_2 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h140 #define P2C_IO_2 4
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.h147 #define P2C_IO_2 4 macro
DPciLib.c98 (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()
DPciEnumerator.c1689 if (Bridge->PciBar[P2C_IO_2].Length > 0) { in GetResourceBaseFromBridge()
1690 *IoBase = Bridge->PciBar[P2C_IO_2].BaseAddress; in GetResourceBaseFromBridge()
DPciResourceSupport.c2094 case P2C_IO_2: in ProgramP2C()