Home
last modified time | relevance | path

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

/drivers/ufs/core/
A Dufs-debugfs.c53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
/drivers/ata/
A Dlibahci.c993 if (!(tmp & HOST_RESET)) { in ahci_reset_controller()
994 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
1003 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
1004 HOST_RESET, 10, 1000); in ahci_reset_controller()
1005 if (tmp & HOST_RESET) { in ahci_reset_controller()
A Dahci.h80 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
/drivers/block/mtip32xx/
A Dmtip32xx.c172 writel(HOST_RESET, dd->mmio + HOST_CTL); in mtip_hba_reset()
187 } while ((readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()
190 if (readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()

Completed in 29 milliseconds