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() local50 ctrl = readl(est_addr + EST_CONTROL); in est_configure()65 writel(ctrl, est_addr + EST_CONTROL); in est_configure()73 writel(ctrl, est_addr + EST_INT_EN); in est_configure()82 void __iomem *est_addr = priv->estaddr; in est_irq_status() local86 status = readl(est_addr + EST_STATUS); in est_irq_status()102 value = readl(est_addr + EST_SCH_ERR); in est_irq_status()[all …]
Completed in 4 milliseconds