Searched refs:est_addr (Results 1 – 1 of 1) sorted by relevance
15 writel(val, est_addr + EST_GCL_DATA); in est_write()19 writel(ctrl, est_addr + EST_GCL_CONTROL); in est_write()22 writel(ctrl, est_addr + EST_GCL_CONTROL); in est_write()31 void __iomem *est_addr = priv->estaddr; in est_configure() local55 ctrl = readl(est_addr + EST_CONTROL); in est_configure()70 writel(ctrl, est_addr + EST_CONTROL); in est_configure()78 writel(ctrl, est_addr + EST_INT_EN); in est_configure()87 void __iomem *est_addr = priv->estaddr; in est_irq_status() local91 status = readl(est_addr + EST_STATUS); in est_irq_status()107 value = readl(est_addr + EST_SCH_ERR); in est_irq_status()[all …]
Completed in 5 milliseconds