HomeSort by relevance Sort by last modified time
    Searched refs:PciAddress1 (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
PlatformIoLib.c 87 UINT32 PciAddress1;
94 PciAddress1 = PciAddress;
103 EfiIoRead (EfiCpuIoWidthUint8, (PCI_CONFIG_DATA_PORT + (PciAddress1 & 0x3)), 1, &Data);
133 UINT32 PciAddress1;
140 PciAddress1 = PciAddress;
149 EfiIoRead (EfiCpuIoWidthUint16, (PCI_CONFIG_DATA_PORT + (PciAddress1 & 0x3)), 1, &Data);
179 UINT32 PciAddress1;
186 PciAddress1 = PciAddress;
195 EfiIoRead (EfiCpuIoWidthUint32, (PCI_CONFIG_DATA_PORT + (PciAddress1 & 0x3)), 1, &Data);
227 UINT32 PciAddress1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
PlatformIoLib.c 89 UINT32 PciAddress1;
96 PciAddress1 = PciAddress;
105 EfiIoRead (EfiCpuIoWidthUint8, (PCI_CONFIG_DATA_PORT + (PciAddress1 & 0x3)), 1, &Data);
135 UINT32 PciAddress1;
142 PciAddress1 = PciAddress;
151 EfiIoRead (EfiCpuIoWidthUint16, (PCI_CONFIG_DATA_PORT + (PciAddress1 & 0x3)), 1, &Data);
181 UINT32 PciAddress1;
188 PciAddress1 = PciAddress;
197 EfiIoRead (EfiCpuIoWidthUint32, (PCI_CONFIG_DATA_PORT + (PciAddress1 & 0x3)), 1, &Data);
229 UINT32 PciAddress1;
    [all...]

Completed in 48 milliseconds