Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dahci.h40 #define HOST_RESET (1 << 0) /* reset controller; self-clear */ macro
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c164 if ((tmp & HOST_RESET) == 0) in ahci_reset()
165 writel_with_flush(tmp | HOST_RESET, host_ctl_reg); in ahci_reset()
175 } while ((i > 0) && (tmp & HOST_RESET)); in ahci_reset()