Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ufs/core/
Dufs-debugfs.c53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
/Linux-v6.1/drivers/ata/
Dahci.h79 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
Dlibahci.c984 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()
985 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
995 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
996 HOST_RESET, 10, 1000); in ahci_reset_controller()
998 if (tmp & HOST_RESET) { in ahci_reset_controller()
/Linux-v6.1/drivers/block/mtip32xx/
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()