Home
last modified time | relevance | path

Searched refs:PORT_CMD_LIST_ON (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/ata/
Dahci_mvebu.c127 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()
Dahci.h172 PORT_CMD_LIST_ON = (1 << 15), /* cmd list DMA engine running */ enumerator
Dlibahci.c652 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
671 PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); in ahci_stop_engine()
672 if (tmp & PORT_CMD_LIST_ON) in ahci_stop_engine()
/Linux-v5.10/drivers/block/mtip32xx/
Dmtip32xx.c385 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()