Lines Matching defs:anatop_base
391 static void disable_anatop_clocks(void __iomem *anatop_base)
396 reg = readl_relaxed(anatop_base + CCM_ANALOG_PFD_528);
403 writel_relaxed(reg, anatop_base + CCM_ANALOG_PFD_528);
406 reg = readl_relaxed(anatop_base + CCM_ANALOG_PFD_480);
408 writel_relaxed(reg, anatop_base + CCM_ANALOG_PFD_480);
411 reg = readl_relaxed(anatop_base + CCM_ANALOG_PLL_VIDEO);
413 writel_relaxed(reg, anatop_base + CCM_ANALOG_PLL_VIDEO);
434 void __iomem *anatop_base, *base;
456 anatop_base = base = of_iomap(np, 0);
639 disable_anatop_clocks(anatop_base);