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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h44 #define PCI_BIT_1 0x00000002 macro
H A DPci.c3194 if ((*Bar & PCI_BIT_1) == 0 && (*Bar & PCI_BIT_2) == 0) {
3199 } else if ((*Bar & PCI_BIT_1) == 0 && (*Bar & PCI_BIT_2) != 0) {
3595 (*Command & PCI_BIT_1) != 0
3678 (*BridgeControl & PCI_BIT_1) != 0

Completed in 53 milliseconds