Searched refs:IS_CLASS1 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | pci22.h | 256 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) macro 257 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) 260 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) 264 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci22.h | 265 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) macro 266 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) 269 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) 273 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Pci22.h | 318 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) macro 330 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) 354 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) 384 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 928 if (IS_CLASS1 (PciHeader, PCI_CLASS_MASS_STORAGE)) { in ConnectRecursivelyIfPciMassStorage()
|