Home
last modified time | relevance | path

Searched refs:PCI_BIT_0 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h44 #define PCI_BIT_0 0x00000001 macro
DPci.c3320 if ((Device->ROMBar & PCI_BIT_0) == 0) { in PciExplainDeviceData()
3470 if ((Bridge->ROMBar & PCI_BIT_0) == 0) { in PciExplainBridgeData()
3646 if ((*Bar & PCI_BIT_0) == 0) { in PciExplainBar()
3862 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & PCI_BIT_0); in PciExplainCardBusData()
3872 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0); in PciExplainCardBusData()
4047 (*Command & PCI_BIT_0) != 0 in PciExplainCommand()
4131 (*BridgeControl & PCI_BIT_0) != 0 in PciExplainBridgeControl()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6047 if ((Device->ROMBar & PCI_BIT_0) == 0) {
6158 if ((Bridge->ROMBar & PCI_BIT_0) == 0) {
6460 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & PCI_BIT_0);
6472 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0);
6625 (*Command & PCI_BIT_0) != 0
6705 (*BridgeControl & PCI_BIT_0) != 0
DShellR64.patch7966 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0);