Searched refs:HOST_RESET (Results 1 – 4 of 4) sorted by relevance
53 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
80 HOST_RESET = BIT(0), /* reset controller; self-clear */ enumerator
929 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()930 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()940 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()941 HOST_RESET, 10, 1000); in ahci_reset_controller()943 if (tmp & HOST_RESET) { in ahci_reset_controller()
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()