Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c900 (dev == 1 && !(class_code & PCI_IDE_IF_NATIVE_SEC))) { in pciide_compat_setup()
916 PCI_IDE_IF_NATIVE_PRI | PCI_IDE_IF_NATIVE_SEC; in pciide_compat_setup()
937 sec_native = (class_code & PCI_IDE_IF_NATIVE_SEC) ? TRUE : FALSE; in pciide_pre26_rnumber_map()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h250 #define PCI_IDE_IF_NATIVE_SEC 0x4 /* secondary channel is native */ macro
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2555 PCI_IDE_IF_NATIVE_SEC); in add_bar_reg_props()