Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h139 #define P2C_IO_1 3
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.h146 #define P2C_IO_1 3 macro
DPciLib.c86 (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()
DPciEnumerator.c1686 if (Bridge->PciBar[P2C_IO_1].Length > 0) { in GetResourceBaseFromBridge()
1687 *IoBase = Bridge->PciBar[P2C_IO_1].BaseAddress; in GetResourceBaseFromBridge()
DPciResourceSupport.c2070 case P2C_IO_1: in ProgramP2C()