Home
last modified time | relevance | path

Searched refs:PCI_IDE_IF_NATIVE_PRI (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c899 if ((dev == 0 && !(class_code & PCI_IDE_IF_NATIVE_PRI)) || in pciide_compat_setup()
916 PCI_IDE_IF_NATIVE_PRI | PCI_IDE_IF_NATIVE_SEC; in pciide_compat_setup()
936 pri_native = (class_code & PCI_IDE_IF_NATIVE_PRI) ? TRUE : FALSE; in pciide_pre26_rnumber_map()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h248 #define PCI_IDE_IF_NATIVE_PRI 0x1 /* primary channel is native */ macro
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2559 progclass = (PCI_IDE_IF_NATIVE_PRI | in add_bar_reg_props()