Home
last modified time | relevance | path

Searched refs:PCI_BIT_1 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h45 #define PCI_BIT_1 0x00000002 macro
DPci.c3652 if ((*Bar & PCI_BIT_1) == 0 && (*Bar & PCI_BIT_2) == 0) { in PciExplainBar()
3657 } else if ((*Bar & PCI_BIT_1) == 0 && (*Bar & PCI_BIT_2) != 0) { in PciExplainBar()
4053 (*Command & PCI_BIT_1) != 0 in PciExplainCommand()
4136 (*BridgeControl & PCI_BIT_1) != 0 in PciExplainBridgeControl()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6289 if ((*Bar & PCI_BIT_1) == 0 && (*Bar & PCI_BIT_2) == 0) {
6297 } else if ((*Bar & PCI_BIT_1) == 0 && (*Bar & PCI_BIT_2) != 0) {
6632 (*Command & PCI_BIT_1) != 0
6711 (*BridgeControl & PCI_BIT_1) != 0