Searched defs:IS_CLASS1 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci22.h313 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) macro
325 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s)))
349 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY)
379 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci22.h258 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) macro
259 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s)))
262 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY)
266 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h315 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) macro
327 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s)))
351 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY)
381 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)

Completed in 41 milliseconds