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