Home
last modified time | relevance | path

Searched refs:PCI_CLASS_MASS (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/
H A Dpciide.h41 #define PCIIDE_BM_CLASS ((PCI_CLASS_MASS << 16) | (PCI_MASS_IDE << 8) | 0x80)
/titanic_50/usr/src/uts/common/sys/
H A Dpci.h203 #define PCI_CLASS_MASS 0x1 /* Mass storage Controller class */ macro
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c540 } else if (class == PCI_CLASS_MASS) { in declare_dev_and_fn()
/titanic_50/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1684 if (basecl != PCI_CLASS_MASS) in is_pciide()
3011 if ((baseclass == PCI_CLASS_MASS) && (subclass == PCI_MASS_IDE)) { in add_model_prop()