Home
last modified time | relevance | path

Searched refs:HOST_RESET (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufs-debugfs.c53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h81 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
H A Dlibahci.c921 * AHCI-specific, such as HOST_RESET. in ahci_reset_controller()
928 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()
929 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
934 * to perform host reset, OS should set HOST_RESET in ahci_reset_controller()
939 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
940 HOST_RESET, 10, 1000); in ahci_reset_controller()
942 if (tmp & HOST_RESET) { in ahci_reset_controller()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c980 * as HOST_RESET. in ahci_reset_controller()
991 if (!(tmp & HOST_RESET)) { in ahci_reset_controller()
992 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
997 * To perform host reset, OS should set HOST_RESET and poll until this in ahci_reset_controller()
1001 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
1002 HOST_RESET, 10, 1000); in ahci_reset_controller()
1003 if (tmp & HOST_RESET) { in ahci_reset_controller()
H A Dahci.h80 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c184 writel(HOST_RESET, dd->mmio + HOST_CTL); in mtip_hba_reset()
199 } while ((readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()
202 if (readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H 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 19 milliseconds