Searched refs:HOST_RESET (Results 1 – 3 of 3) sorted by relevance
95 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
850 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()851 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()861 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()862 HOST_RESET, 10, 1000); in ahci_reset_controller()864 if (tmp & HOST_RESET) { in ahci_reset_controller()
261 writel(HOST_RESET, dd->mmio + HOST_CTL); in mtip_hba_reset()276 } while ((readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()279 if (readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()