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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3399 CardBus->BridgeControl & PCI_BIT_9 ? L" Prefetchable" : L"Non-Prefetchable",
3511 if ((*Status & PCI_BIT_9) == 0 && (*Status & PCI_BIT_10) == 0) {
3514 } else if ((*Status & PCI_BIT_9) != 0 && (*Status & PCI_BIT_10) == 0) {
3517 } else if ((*Status & PCI_BIT_9) == 0 && (*Status & PCI_BIT_10) != 0) {
3643 (*Command & PCI_BIT_9) != 0
3719 (*BridgeControl & PCI_BIT_9)!=0 ? L"2^10" : L"2^15"
H A DPci.h52 #define PCI_BIT_9 0x00000200 macro

Completed in 41 milliseconds