Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h202 #define AHCI_CMD_STATUS_PMA (0x1 << 17) /* Port multiplier attached */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3894 if (!(port_cmd_status & AHCI_CMD_STATUS_PMA)) { in ahci_alloc_pmult()
3898 port_cmd_status|AHCI_CMD_STATUS_PMA); in ahci_alloc_pmult()
3933 if (port_cmd_status & AHCI_CMD_STATUS_PMA) { in ahci_dealloc_pmult()
3937 (port_cmd_status & (~AHCI_CMD_STATUS_PMA))); in ahci_dealloc_pmult()