HomeSort by relevance Sort by last modified time
    Searched defs:IoBase (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
MemoryCallback.c 152 UINT32 IoBase;
218 IoBase = MmPci32( 0, DEFAULT_PCI_BUS_NUMBER_PCH, PCI_DEVICE_NUMBER_PCH_LPC, 0, R_PCH_LPC_IO_BASE ) & B_PCH_LPC_IO_BASE_BAR;
222 IoBase,
225 DEBUG ((EFI_D_INFO, "IoBase : 0x%x\n", IoBase));
PchInitPeim.c 616 UINT32 IoBase;
652 PchPlatformPolicyPpi->IoBase = IO_BASE_ADDRESS;
709 IoBase = MmioRead32 (MmPciAddress (0,
715 MmioAnd32 ((UINTN) (IoBase + 0x270), (UINT32) (~0x07));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostResource.h 36 UINTN IoBase;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.h 66 UINT64 IoBase; // Offsets host to bus io addr.
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciHostBridge.h 405 UINT64 IoBase;
456 UINT64 IoBase;
  /device/linaro/bootloader/edk2/ArmVirtPkg/VirtFdtDxe/
VirtFdtDxe.c 160 UINT64 IoBase, IoSize, IoTranslation;
203 // IoBase, IoTranslation, MmioBase and MmioTranslation are initialized only
207 IoBase = 0;
225 IoBase = fdt64_to_cpu (Record->ChildBase);
227 IoTranslation = fdt64_to_cpu (Record->CpuBase) - IoBase;
261 PcdSet64 (PcdPciIoBase, IoBase);
272 ConfigSize, BusMin, BusMax, IoBase, IoSize, IoTranslation, MmioBase,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c     [all...]
PciLib.c 370 UINT64 IoBase;
787 &IoBase,
819 IoBase,
855 IoBridge ->PciDev->PciBar[IoBridge ->Bar].BaseAddress = IoBase;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 197 UINT32 IoBase;
274 IoBase = PciRead8 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.IoBase));
275 if ((IoBase & PCI_BRIDGE_32_BIT_IO_SPACE ) == 0) {
276 IoBase = IoBase >> 4;
278 IoBase = (PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.IoBaseUpper16)) << 4) | (IoBase >> 4);
284 if (IoLimit < IoBase) {
291 if (IoBase < ParentIoBase || IoBase > ParentIoLimit || IoLimit > ParentIoLimit) {
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciHostBridge.h 553 UINT64 IoBase;
610 UINT64 IoBase;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciHostBridge.h 559 UINT64 IoBase;
609 UINT64 IoBase;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
PchPlatformPolicy.h 151 UINT32 IoBase; // IO Base Address.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 224 UINT32 IoBase = 0;
233 IoBase = MmioRead32 (PciD31F0RegBase + R_PCH_LPC_IO_BASE) & B_PCH_LPC_IO_BASE_BAR;
235 MmioConf0 = IoBase + SSUSOffset + PConf0Offset;
236 MmioPadval = IoBase + SSUSOffset + PValueOffset;
    [all...]
  /external/syslinux/efi32/include/efi/
pci22.h 74 UINT8 IoBase;
  /external/syslinux/efi64/include/efi/
pci22.h 74 UINT8 IoBase;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 74 UINT8 IoBase;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c 74 UINTN IoBase; // I/O Base Address
252 MmioWrite16 (LanDriver->IoBase + LAN91X_BANK_OFFSET, Bank);
272 return MmioRead16 (LanDriver->IoBase + Offset);
291 return MmioWrite16 (LanDriver->IoBase + Offset, Value);
309 return MmioRead8 (LanDriver->IoBase + Offset);
328 return MmioWrite8 (LanDriver->IoBase + Offset, Value);
480 Value = MmioRead16 (LanDriver->IoBase + LAN91X_BANK_OFFSET);
929 Bank = MmioRead16 (LanDriver->IoBase + LAN91X_BANK_OFFSET);
939 Bank = MmioRead16 (LanDriver->IoBase + LAN91X_BANK_OFFSET);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.h 371 UINT8 IoBase; // I/O Base
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 71 UINT8 IoBase;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 78 UINT8 IoBase;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 87 UINT8 IoBase;
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
Pci22.h 72 UINT8 IoBase;

Completed in 1166 milliseconds