Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h669 #define SATA_CTLF_ATAPI 0x001 /* ATAPI support */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2718 SATA_CTLF_HOTPLUG | SATA_CTLF_ASN | SATA_CTLF_ATAPI; in nv_init_ctl()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1303 sata_hba_tran->sata_tran_hba_features_support = SATA_CTLF_ATAPI; in ahci_register_sata_hba_tran()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c12549 if (SATA_FEATURES(sata_hba_inst) & SATA_CTLF_ATAPI) { in sata_probe_device()