Searched refs:host_ctl_reg (Results 1 – 1 of 1) sorted by relevance
150 u32 __iomem *host_ctl_reg = base + HOST_CTL; in ahci_reset() local151 u32 tmp = readl(host_ctl_reg); /* global controller reset */ in ahci_reset()154 writel_with_flush(tmp | HOST_RESET, host_ctl_reg); in ahci_reset()162 tmp = readl(host_ctl_reg); in ahci_reset()