Searched refs:PCI_BIT_0 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c2862 if ((Device->ROMBar & PCI_BIT_0) == 0) {
3012 if ((Bridge->ROMBar & PCI_BIT_0) == 0) {
3188 if ((*Bar & PCI_BIT_0) == 0) {
3404 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & PCI_BIT_0);
3414 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0);
3589 (*Command & PCI_BIT_0) != 0
3673 (*BridgeControl & PCI_BIT_0) != 0
H A DPci.h43 #define PCI_BIT_0 0x00000001 macro

Completed in 39 milliseconds