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

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciPcdProducerLib/
FdtPciPcdProducerLib.c 58 UINT64 IoBase;
78 IoBase = SwapBytes64 (Record->ChildBase);
79 *IoTranslation = SwapBytes64 (Record->CpuBase) - IoBase;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
MemoryCallback.c 150 UINT32 IoBase;
216 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;
220 IoBase,
223 DEBUG ((EFI_D_INFO, "IoBase : 0x%x\n", IoBase));
PchInitPeim.c 619 UINT32 IoBase;
655 PchPlatformPolicyPpi->IoBase = IO_BASE_ADDRESS;
712 IoBase = MmioRead32 (MmPciAddress (0,
718 MmioAnd32 ((UINTN) (IoBase + 0x270), (UINT32) (~0x07));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostResource.h 36 UINTN IoBase;
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
FdtPciHostBridgeLib.c 88 OUT UINT64 *IoBase,
114 *IoBase = 0;
209 *IoBase = SwapBytes64 (Record->ChildBase);
211 IoTranslation = SwapBytes64 (Record->CpuBase) - *IoBase;
267 __FUNCTION__, ConfigBase, ConfigSize, *BusMin, *BusMax, *IoBase, *IoSize,
289 UINT64 IoBase, IoSize;
302 Status = ProcessPciHost (&IoBase, &IoSize, &Mmio32Base, &Mmio32Size,
328 mRootBridge.Io.Base = IoBase;
329 mRootBridge.Io.Limit = IoBase + IoSize - 1;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.h 66 UINT64 IoBase; // Offsets host to bus io addr.
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.h 468 UINT64 IoBase;
  /device/linaro/bootloader/edk2/CorebootModulePkg/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/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/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...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
PlatformPciLib.h 198 UINT64 IoBase;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c 72 UINTN IoBase; // I/O Base Address
223 MmioWrite16 (LanDriver->IoBase + LAN91X_BANK_OFFSET, Bank);
243 return MmioRead16 (LanDriver->IoBase + Offset);
262 return MmioWrite16 (LanDriver->IoBase + Offset, Value);
280 return MmioRead8 (LanDriver->IoBase + Offset);
299 return MmioWrite8 (LanDriver->IoBase + Offset, Value);
451 Value = MmioRead16 (LanDriver->IoBase + LAN91X_BANK_OFFSET);
900 Bank = MmioRead16 (LanDriver->IoBase + LAN91X_BANK_OFFSET);
910 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 86 UINT8 IoBase;

Completed in 4536 milliseconds