Searched refs:HOST_RESET (Results 1 – 3 of 3) sorted by relevance
39 #define HOST_RESET (1 << 0) /* reset controller; self-clear */ macro
153 if ((tmp & HOST_RESET) == 0) in ahci_reset()154 writel_with_flush(tmp | HOST_RESET, host_ctl_reg); in ahci_reset()164 } while ((i > 0) && (tmp & HOST_RESET)); in ahci_reset()
198 #define HOST_RESET 1 macro530 rc |= do_scsi_reset_devices(argv[1], HOST_RESET); in main()4210 case HOST_RESET: in do_scsi_reset_devices()