Home
last modified time | relevance | path

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

/external/u-boot/include/
Dahci.h39 #define HOST_RESET (1 << 0) /* reset controller; self-clear */ macro
/external/u-boot/drivers/ata/
Dahci.c153 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()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c198 #define HOST_RESET 1 macro
530 rc |= do_scsi_reset_devices(argv[1], HOST_RESET); in main()
4210 case HOST_RESET: in do_scsi_reset_devices()