Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.h52 #define PCI_BIT_8 0x00000100 macro
DPci.c3848 CardBus->BridgeControl & PCI_BIT_8 ? L" Prefetchable" : L"Non-Prefetchable", in PciExplainCardBusData()
3964 …, -1, NULL,STRING_TOKEN (STR_PCI2_MASTER_DATA), gShellDebug1HiiHandle, (*Status & PCI_BIT_8) != 0); in PciExplainStatus()
4095 (*Command & PCI_BIT_8) != 0 in PciExplainCommand()
4172 (*BridgeControl & PCI_BIT_8)!=0 ? L"2^10" : L"2^15" in PciExplainBridgeControl()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6448 CardBus->BridgeControl & PCI_BIT_8 ? L" Prefetchable" : L"Non-Prefetchable",
6542 - PrintToken (STRING_TOKEN (STR_PCI2_MASTER_DATA), HiiHandle, (*Status & PCI_BIT_8) != 0);
6543 + PrintToken (STRING_TOKEN (STR_PCI2_MASTER_DATA), gPciHiiHandle, (*Status & PCI_BIT_8) != 0);
6681 (*Command & PCI_BIT_8) != 0
6750 (*BridgeControl & PCI_BIT_8) ? L"2^10" : L"2^15"