Searched refs:HOST_RESET (Results 1 – 3 of 3) sorted by relevance
96 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
940 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()941 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()951 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()952 HOST_RESET, 10, 1000); in ahci_reset_controller()954 if (tmp & HOST_RESET) { in ahci_reset_controller()
228 writel(HOST_RESET, dd->mmio + HOST_CTL); in mtip_hba_reset()243 } while ((readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()246 if (readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()