Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufs-debugfs.c53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
/linux-5.19.10/drivers/ata/
Dahci.h80 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
Dlibahci.c947 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()
948 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
958 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
959 HOST_RESET, 10, 1000); in ahci_reset_controller()
961 if (tmp & HOST_RESET) { in ahci_reset_controller()
/linux-5.19.10/drivers/block/mtip32xx/
Dmtip32xx.c177 writel(HOST_RESET, dd->mmio + HOST_CTL); in mtip_hba_reset()
192 } while ((readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()
195 if (readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()