Searched refs:PORT_CMD_LIST_ON (Results 1 – 8 of 8) 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()
174 PORT_CMD_LIST_ON = BIT(15), /* cmd list DMA engine running */ enumerator
715 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()734 PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); in ahci_stop_engine()735 if (tmp & PORT_CMD_LIST_ON) in ahci_stop_engine()
100 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
276 bool cmd_on = pr->cmd & PORT_CMD_LIST_ON; in ahci_cond_start_engines()766 pr->cmd |= PORT_CMD_LIST_ON; in ahci_map_clb_address()770 pr->cmd &= ~PORT_CMD_LIST_ON; in ahci_map_clb_address()780 ad->port_regs.cmd &= ~PORT_CMD_LIST_ON; in ahci_unmap_clb_address()1746 if (!(pr->cmd & PORT_CMD_START) && (pr->cmd & PORT_CMD_LIST_ON)) { in ahci_state_post_load()1759 pr->cmd &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON); in ahci_state_post_load()
172 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
247 if (tmp & (PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()250 tmp &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()
373 while ((readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) in mtip_restart_port()384 if (readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) { in mtip_restart_port()