Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h49 #define PCI_BIT_5 0x00000020 macro
DPci.c3956 …1, -1, NULL,STRING_TOKEN (STR_PCI2_66_CAPABLE), gShellDebug1HiiHandle, (*Status & PCI_BIT_5) != 0); in PciExplainStatus()
3959 … -1, NULL,STRING_TOKEN (STR_PCI2_66_CAPABLE_2), gShellDebug1HiiHandle, (*Status & PCI_BIT_5) != 0); in PciExplainStatus()
4077 (*Command & PCI_BIT_5) != 0 in PciExplainCommand()
4151 (*BridgeControl & PCI_BIT_5) != 0 in PciExplainBridgeControl()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6531 - PrintToken (STRING_TOKEN (STR_PCI2_66_CAPABLE), HiiHandle, (*Status & PCI_BIT_5) != 0);
6532 + PrintToken (STRING_TOKEN (STR_PCI2_66_CAPABLE), gPciHiiHandle, (*Status & PCI_BIT_5) != 0);
6535 - PrintToken (STRING_TOKEN (STR_PCI2_66_CAPABLE_2), HiiHandle, (*Status & PCI_BIT_5) != 0);
6536 + PrintToken (STRING_TOKEN (STR_PCI2_66_CAPABLE_2), gPciHiiHandle, (*Status & PCI_BIT_5) != 0);
6660 (*Command & PCI_BIT_5) != 0
6729 (*BridgeControl & PCI_BIT_5) != 0