Searched refs:AHCI_CMD_STATUS_CR (Results 1 – 2 of 2) sorted by relevance
200 #define AHCI_CMD_STATUS_CR (0x1 << 15) /* Command list running */ macro
4055 AHCI_CMD_STATUS_CR | in ahci_initialize_port()6053 if (port_cmd_status & (AHCI_CMD_STATUS_ST | AHCI_CMD_STATUS_CR)) { in ahci_setup_port_base_addresses()8478 } while (port_cmd_status & AHCI_CMD_STATUS_CR); in ahci_put_port_into_notrunning_state()8482 if (port_cmd_status & AHCI_CMD_STATUS_CR) { in ahci_put_port_into_notrunning_state()