Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c145 u32 __iomem *host_ctl_reg = base + HOST_CTL; in ahci_reset() local
146 u32 tmp = readl(host_ctl_reg); /* global controller reset */ in ahci_reset()
149 writel_with_flush(tmp | HOST_RESET, host_ctl_reg); in ahci_reset()
157 tmp = readl(host_ctl_reg); in ahci_reset()