Home
last modified time | relevance | path

Searched refs:host_ctl_reg (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dahci.c150 u32 __iomem *host_ctl_reg = base + HOST_CTL; in ahci_reset() local
151 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()