Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci.h185 PORT_CMD_LIST_ON = (1 << 15), /* cmd list DMA engine running */ enumerator
Dlibahci.c601 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
610 PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); in ahci_stop_engine()
611 if (tmp & PORT_CMD_LIST_ON) in ahci_stop_engine()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c464 while ((readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) in mtip_restart_port()
475 if (readl(port->mmio + PORT_CMD) & PORT_CMD_LIST_ON) { in mtip_restart_port()