Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h174 PORT_CMD_LIST_ON = BIT(15), /* cmd list DMA engine running */ enumerator
H A Dlibahci.c716 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
735 PORT_CMD_LIST_ON, PORT_CMD_LIST_ON, 1, 500); in ahci_stop_engine()
736 if (tmp & PORT_CMD_LIST_ON) in ahci_stop_engine()