Home
last modified time | relevance | path

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

/linux/drivers/ufs/core/
H A Dufs-debugfs.c53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
/linux/drivers/ata/
H A Dahci.h80 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
H A Dlibahci.c992 if (!(tmp & HOST_RESET)) { in ahci_reset_controller()
993 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
1002 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
1003 HOST_RESET, 10, 1000); in ahci_reset_controller()
1004 if (tmp & HOST_RESET) { in ahci_reset_controller()