Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h180 PORT_CMD_START = BIT(0), /* Enable port DMA engine */ enumerator
H A Dlibahci.c688 tmp |= PORT_CMD_START; in ahci_start_engine()
716 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
730 tmp &= ~PORT_CMD_START; in ahci_stop_engine()