Searched refs:HOST_RESET (Results 1 – 3 of 3) sorted by relevance
80 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
928 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()929 writel(tmp | HOST_RESET, mmio + HOST_CTL); 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()
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()