Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_ceva.c90 tmp = readl(mmio + HOST_CTL); in ceva_init_sata()
92 writel(tmp, mmio + HOST_CTL); in ceva_init_sata()
H A Dahci.c161 u32 __iomem *host_ctl_reg = base + HOST_CTL; in ahci_reset()
213 writel_with_flush(HOST_AHCI_EN, mmio + HOST_CTL); in ahci_host_init()
342 tmp = readl(mmio + HOST_CTL); in ahci_host_init()
344 writel(tmp | HOST_IRQ_EN, mmio + HOST_CTL); in ahci_host_init()
345 tmp = readl(mmio + HOST_CTL); in ahci_host_init()
/rk3399_rockchip-uboot/include/
H A Dahci.h33 #define HOST_CTL 0x04 /* global host control */ macro