Home
last modified time | relevance | path

Searched refs:AHCI_CMD_STATUS_SUD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h192 #define AHCI_CMD_STATUS_SUD (0x1 << 1) /* Spin-up device */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3974 if (port_cmd_status & AHCI_CMD_STATUS_SUD) in ahci_staggered_spin_up()
3980 port_cmd_status |= AHCI_CMD_STATUS_SUD; in ahci_staggered_spin_up()
5334 if (!(port_cmd_status & AHCI_CMD_STATUS_SUD)) in ahci_port_reset()