Searched refs:PCI_CLASS_MASS_STORAGE (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci30.h37 #define IS_PCI_SATADPA(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_SATADPA)
H A DPci22.h150 #define PCI_CLASS_MASS_STORAGE 0x01 macro
399 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_IDE)
409 #define IS_PCI_SCSI(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_SCSI)
419 #define IS_PCI_RAID(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_RAID)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Pci.h143 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Pci.h143 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Pci.h144 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Pci.h143 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Pci.h143 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Pci.h143 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci22.h132 #define PCI_CLASS_MASS_STORAGE 0x01 macro
268 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_IDE)
269 #define IS_PCI_SCSI(_p) IS_CLASS3 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_SCSI, 0)
270 #define IS_PCI_RAID(_p) IS_CLASS3 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_RAID, 0)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h152 #define PCI_CLASS_MASS_STORAGE 0x01 macro
401 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_IDE)
411 #define IS_PCI_SCSI(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_SCSI)
421 #define IS_PCI_RAID(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_RAID)
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c417 ClassLists[0].Class = PCI_CLASS_MASS_STORAGE;
419 ClassLists[1].Class = PCI_CLASS_MASS_STORAGE;
421 ClassLists[2].Class = PCI_CLASS_MASS_STORAGE;
423 ClassLists[3].Class = PCI_CLASS_MASS_STORAGE;
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.c219 if ( (PciClass != PCI_CLASS_MASS_STORAGE)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c192 if (Pci.Hdr.ClassCode[2] == PCI_CLASS_MASS_STORAGE ||
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.c22 #define PCI_CLASS_MASS_STORAGE 0x01 macro
261 if ((PciData.Hdr.ClassCode[2] != PCI_CLASS_MASS_STORAGE) || (PciData.Hdr.ClassCode[1] != PCI_SUB_CLASS_IDE)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c1286 if ((EFI_ERROR (Status)) && (PciConfigHeader.Hdr.ClassCode[2] == PCI_CLASS_MASS_STORAGE)) {
1494 if (Class == PCI_CLASS_MASS_STORAGE) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h145 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h145 #define PCI_CLASS_MASS_STORAGE 0x01 macro
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c876 if (IS_CLASS1 (PciHeader, PCI_CLASS_MASS_STORAGE)) {

Completed in 95 milliseconds

12