Searched refs:PORT_CMD_LIST_ON (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_mvebu.c | 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()
|
H A D | ahci.h | 174 PORT_CMD_LIST_ON = BIT(15), /* cmd list DMA engine running */ enumerator
|
H A D | libahci.c | 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()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_mvebu.c | 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()
|
H A D | ahci.h | 173 PORT_CMD_LIST_ON = BIT(15), /* cmd list DMA engine running */ enumerator
|
H A D | libahci.c | 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()
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 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()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 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()
|
Completed in 19 milliseconds