Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h200 #define SATA_PSTATE_PWRON 0x010000 macro
206 #define SATA_PSTATE_VALID (SATA_PSTATE_PWRON | \
212 #define SATA_PSTATE_PWR (SATA_PSTATE_PWRON | \
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1528 case SATA_PSTATE_PWRON: in ahci_tran_probe_port()
1529 sd->satadev_state = SATA_PSTATE_PWRON; in ahci_tran_probe_port()
3272 ahci_portp->ahciport_port_state |= SATA_PSTATE_PWRON; in ahci_tran_hotplug_port_activate()
3279 AHCIPORT_PMSTATE(ahci_portp, &addr) |= SATA_PSTATE_PWRON; in ahci_tran_hotplug_port_activate()
4881 sdevice.satadev_state = SATA_PSTATE_PWRON; in ahci_probe_pmult()
7311 sdevice.satadev_state = SATA_PSTATE_PWRON; in ahci_intr_pmult_sntf_events()
7510 sdevice.satadev_state = SATA_PSTATE_PWRON; in ahci_intr_phyrdy_change()
7511 ahci_portp->ahciport_port_state = SATA_PSTATE_PWRON; in ahci_intr_phyrdy_change()
8045 sdevice.satadev_state = SATA_PSTATE_PWRON; in ahci_intr_cold_port_detect()
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c1268 sd->satadev_state = SATA_PSTATE_PWRON; in nv_sata_probe()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c14317 cportinfo->cport_state &= ~(SATA_PSTATE_PWRON | in sata_update_port_info()
14350 ~(SATA_PSTATE_PWRON | SATA_PSTATE_PWROFF | SATA_PSTATE_FAILED); in sata_update_pmport_info()