Searched refs:IS_PCI_GFX (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
D | PciBus.h | 223 #define IS_PCI_GFX(_p) IS_CLASS2 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_OTHER) macro
|
D | PciEnumeratorSupport.c | 782 if (IS_PCI_GFX (&(PciIoDevice->Pci))) { in DetermineDeviceAttribute()
|
D | PciIo.c | 1435 if (IS_PCI_GFX(&PciIoDevice->Pci)) { in PciIoAttributes()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
D | PciBus.h | 324 #define IS_PCI_GFX(_p) IS_CLASS2 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_OTHER)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
D | PciBus.h | 334 #define IS_PCI_GFX(_p) IS_CLASS2 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_OTHER) macro
|
D | PciIo.c | 1372 if (!IS_PCI_GFX (&PciIoDevice->Pci)) { in SupportPaletteSnoopAttributes()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci22.h | 272 #define IS_PCI_GFX(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_GFX, 0) macro
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | pci22.h | 263 #define IS_PCI_GFX(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_GFX, 0) macro
|