Searched refs:AHCI_CMD_STATUS_CR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h194 #define AHCI_CMD_STATUS_CR (0x1 << 15) /* Command list running */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3950 AHCI_CMD_STATUS_CR |
5942 if (port_cmd_status & (AHCI_CMD_STATUS_ST | AHCI_CMD_STATUS_CR)) {
8374 } while (port_cmd_status & AHCI_CMD_STATUS_CR);
8378 if (port_cmd_status & AHCI_CMD_STATUS_CR) {

Completed in 62 milliseconds