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