Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h205 #define AHCI_CMD_STATUS_MPSP (0x1 << 19) macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7406 !(port_cmd_status & AHCI_CMD_STATUS_MPSP)) { in ahci_intr_device_mechanical_presence_status()