Home
last modified time | relevance | path

Searched refs:PORT_CMD_FIS_RX (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dahci.h103 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c258 PORT_CMD_FIS_RX | PORT_CMD_START)) { in ahci_host_init()
261 PORT_CMD_FIS_RX | PORT_CMD_START); in ahci_host_init()
636 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()
H A Ddwc_ahsata.c503 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()