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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci22.h146 #define PCI_CLASS_OLD 0x00 macro
379 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
389 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci22.h128 #define PCI_CLASS_OLD 0x00 macro
266 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
267 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h148 #define PCI_CLASS_OLD 0x00 macro
381 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD)
391 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA)

Completed in 97 milliseconds