Searched refs:AHCI_CAP_SRST_NO_HOSTPORT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h404 * AHCI_CAP_SRST_NO_HOSTPORT
494 #define AHCI_CAP_SRST_NO_HOSTPORT 0x800 macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4100 ahci_ctlp->ahcictl_cap |= AHCI_CAP_SRST_NO_HOSTPORT;
4119 * AHCI_CAP_SRST_NO_HOSTPORT flag need to be set, and once software
4128 ahci_ctlp->ahcictl_cap |= AHCI_CAP_SRST_NO_HOSTPORT;
4156 * AHCI_CAP_SRST_NO_HOSTPORT flag also is needed.
4162 ahci_ctlp->ahcictl_cap |= AHCI_CAP_SRST_NO_HOSTPORT;
5749 * the controller is set with AHCI_CAP_SRST_NO_HOSTPORT and
5752 if ((ahci_ctlp->ahcictl_cap & AHCI_CAP_SRST_NO_HOSTPORT) &&

Completed in 303 milliseconds