Searched refs:anatop_base (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-imx/
H A Danatop.c115 void __iomem *anatop_base; imx_init_revision_from_anatop() local
121 anatop_base = of_iomap(np, 0); imx_init_revision_from_anatop()
122 WARN_ON(!anatop_base); imx_init_revision_from_anatop()
127 digprog = readl_relaxed(anatop_base + offset); imx_init_revision_from_anatop()
128 iounmap(anatop_base); imx_init_revision_from_anatop()
/linux-4.4.14/drivers/clk/imx/
H A Dclk-vf610.c58 #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)
68 #define ANA_MISC1 (anatop_base + 0x160)
70 static void __iomem *anatop_base; variable
156 anatop_base = of_iomap(np, 0); vf610_clocks_init()
157 BUG_ON(!anatop_base); vf610_clocks_init()
H A Dclk-imx6sl.c105 static void __iomem *anatop_base; variable
138 if ((readl_relaxed(anatop_base + PLL_ARM) & imx6sl_get_arm_divider_for_wait()
152 saved_pll_arm = val = readl_relaxed(anatop_base + PLL_ARM); imx6sl_enable_pll_arm()
155 writel_relaxed(val, anatop_base + PLL_ARM); imx6sl_enable_pll_arm()
156 while (!(__raw_readl(anatop_base + PLL_ARM) & BM_PLL_ARM_LOCK)) imx6sl_enable_pll_arm()
159 writel_relaxed(saved_pll_arm, anatop_base + PLL_ARM); imx6sl_enable_pll_arm()
210 anatop_base = base; imx6sl_clocks_init()

Completed in 280 milliseconds