Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dahci.h101 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c257 if (tmp & (PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()
260 tmp &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()