Searched refs:HOST_RESET (Results 1 – 2 of 2) sorted by relevance
39 #define HOST_RESET (1 << 0) /* reset controller; self-clear */ macro
149 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