Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h206 #define AHCI_CMD_STATUS_CPD (0x1 << 20) /* Cold presence detection */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c8030 if (!(port_cmd_status & AHCI_CMD_STATUS_CPD)) { in ahci_intr_cold_port_detect()