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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h45 #define PCI_BIT_2 0x00000004 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) {
3601 (*Command & PCI_BIT_2) != 0
3683 (*BridgeControl & PCI_BIT_2) != 0

Completed in 1326 milliseconds