Searched refs:HOST_RESET (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufs-debugfs.c | 53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci.h | 81 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
|
H A D | libahci.c | 921 * 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 D | libahci.c | 980 * 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 D | ahci.h | 80 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 184 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 D | mtip32xx.c | 172 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 18 milliseconds