Searched refs:PORT_CMD_LIST_ON (Results 1 – 6 of 6) sorted by relevance
127 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_mvebu_stop_engine()146 PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); in ahci_mvebu_stop_engine()147 if (tmp & PORT_CMD_LIST_ON) in ahci_mvebu_stop_engine()
172 PORT_CMD_LIST_ON = (1 << 15), /* cmd list DMA engine running */ enumerator
657 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()676 PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); in ahci_stop_engine()677 if (tmp & PORT_CMD_LIST_ON) in ahci_stop_engine()
101 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
241 if (tmp & (PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()244 tmp &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()
385 while ((readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) in mtip_restart_port()396 if (readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) { in mtip_restart_port()