Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/uts/common/sys/
H A Dpci.h231 #define PCI_MASS_IDE 0x1 /* IDE Controller */ macro
/titanic_44/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c894 if (((class_code & 0x00FF00) >> 8) == PCI_MASS_IDE) { in pciide_compat_setup()
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1687 if (subcl == PCI_MASS_IDE) { in is_pciide()
2455 if (subclass != PCI_MASS_IDE) in add_reg_props()
3011 if ((baseclass == PCI_CLASS_MASS) && (subclass == PCI_MASS_IDE)) { in add_model_prop()