Searched refs:anatop_base (Results 1 – 3 of 3) sorted by relevance
115 void __iomem *anatop_base; in imx_init_revision_from_anatop() local121 anatop_base = of_iomap(np, 0); in imx_init_revision_from_anatop()122 WARN_ON(!anatop_base); in imx_init_revision_from_anatop()127 digprog = readl_relaxed(anatop_base + offset); in imx_init_revision_from_anatop()128 iounmap(anatop_base); in imx_init_revision_from_anatop()
58 #define PFD_PLL1_BASE (anatop_base + 0x2b0)59 #define PFD_PLL2_BASE (anatop_base + 0x100)60 #define PFD_PLL3_BASE (anatop_base + 0xf0)61 #define PLL1_CTRL (anatop_base + 0x270)62 #define PLL2_CTRL (anatop_base + 0x30)63 #define PLL3_CTRL (anatop_base + 0x10)64 #define PLL4_CTRL (anatop_base + 0x70)65 #define PLL5_CTRL (anatop_base + 0xe0)66 #define PLL6_CTRL (anatop_base + 0xa0)67 #define PLL7_CTRL (anatop_base + 0x20)[all …]
105 static void __iomem *anatop_base; variable138 if ((readl_relaxed(anatop_base + PLL_ARM) & in imx6sl_get_arm_divider_for_wait()152 saved_pll_arm = val = readl_relaxed(anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()155 writel_relaxed(val, anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()156 while (!(__raw_readl(anatop_base + PLL_ARM) & BM_PLL_ARM_LOCK)) in imx6sl_enable_pll_arm()159 writel_relaxed(saved_pll_arm, anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()210 anatop_base = base; in imx6sl_clocks_init()