Home
last modified time | relevance | path

Searched refs:IS_PCI_DISPLAY (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c295 return IS_PCI_DISPLAY (&Pci); in IsPciDisplay()
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
DPlatformBm.c258 return IS_PCI_DISPLAY (&Pci); in IsPciDisplay()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci22.h260 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci22.h269 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) macro
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c259 return IS_PCI_DISPLAY (&Pci); in IsPciDisplay()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci22.h353 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
DGraphicsOutput.c379 if (!IS_PCI_DISPLAY (&Pci) || ( in GraphicsOutputDriverBindingStart()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c876 if (IS_PCI_DISPLAY (Pci)) { in DetectAndPreparePlatformPciDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c1708 if (IS_PCI_DISPLAY (&Pci) && Index != 0) { in PciShadowRoms()
1722 if (IS_PCI_DISPLAY (&Pci) && Index == 0) { in PciShadowRoms()