Home
last modified time | relevance | path

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

/external/u-boot/include/
Dahci.h100 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
/external/u-boot/drivers/ata/
Dahci.c245 if (tmp & (PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()
248 tmp &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()