Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dahci.h48 #define PORT_FIS_ADDR_HI 0x0c /* FIS rx buf addr hi */ macro
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c630 writel_with_flush(dma_addr >> 32, port_mmio + PORT_FIS_ADDR_HI); in ahci_port_start()