Home
last modified time | relevance | path

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

/u-boot/include/
A Dahci.h39 #define HOST_RESET (1 << 0) /* reset controller; self-clear */ macro
/u-boot/drivers/ata/
A Dahci.c149 if ((tmp & HOST_RESET) == 0) in ahci_reset()
150 writel_with_flush(tmp | HOST_RESET, host_ctl_reg); in ahci_reset()
160 } while ((i > 0) && (tmp & HOST_RESET)); in ahci_reset()

Completed in 5 milliseconds