Home
last modified time | relevance | path

Searched refs:IoLimit1 (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h412 UINT32 IoLimit1; member
DPci.c3877 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci22.h117 UINT32 IoLimit1; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci22.h124 UINT32 IoLimit1; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci22.h140 UINT32 IoLimit1; member
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch7971 - CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff) | 0x00000003
7972 + (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003
DShellR33.patch6480 - CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff) | 0x00000003
6481 + (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003