Home
last modified time | relevance | path

Searched refs:anatop_base (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-imx/
H A Danatop.c97 void __iomem *anatop_base; in imx_init_revision_from_anatop() local
104 anatop_base = of_iomap(np, 0); in imx_init_revision_from_anatop()
105 WARN_ON(!anatop_base); in imx_init_revision_from_anatop()
110 digprog = readl_relaxed(anatop_base + offset); in imx_init_revision_from_anatop()
111 iounmap(anatop_base); in imx_init_revision_from_anatop()
/linux/drivers/clk/imx/
H A Dclk-vf610.c56 #define PFD_PLL1_BASE (anatop_base + 0x2b0)
57 #define PFD_PLL2_BASE (anatop_base + 0x100)
58 #define PFD_PLL3_BASE (anatop_base + 0xf0)
59 #define PLL1_CTRL (anatop_base + 0x270)
60 #define PLL2_CTRL (anatop_base + 0x30)
61 #define PLL3_CTRL (anatop_base + 0x10)
62 #define PLL4_CTRL (anatop_base + 0x70)
63 #define PLL5_CTRL (anatop_base + 0xe0)
64 #define PLL6_CTRL (anatop_base + 0xa0)
65 #define PLL7_CTRL (anatop_base + 0x20)
[all …]
H A Dclk-imx6sl.c103 static void __iomem *anatop_base; variable
132 if ((readl_relaxed(anatop_base + PLL_ARM) & in imx6sl_get_arm_divider_for_wait()
146 saved_pll_arm = val = readl_relaxed(anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()
149 writel_relaxed(val, anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()
150 while (!(readl_relaxed(anatop_base + PLL_ARM) & BM_PLL_ARM_LOCK)) in imx6sl_enable_pll_arm()
153 writel_relaxed(saved_pll_arm, anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()
206 anatop_base = base; in imx6sl_clocks_init()
H A Dclk-imx6q.c396 static void disable_anatop_clocks(void __iomem *anatop_base) in disable_anatop_clocks() argument
401 reg = readl_relaxed(anatop_base + CCM_ANALOG_PFD_528); in disable_anatop_clocks()
408 writel_relaxed(reg, anatop_base + CCM_ANALOG_PFD_528); in disable_anatop_clocks()
411 reg = readl_relaxed(anatop_base + CCM_ANALOG_PFD_480); in disable_anatop_clocks()
413 writel_relaxed(reg, anatop_base + CCM_ANALOG_PFD_480); in disable_anatop_clocks()
416 reg = readl_relaxed(anatop_base + CCM_ANALOG_PLL_VIDEO); in disable_anatop_clocks()
418 writel_relaxed(reg, anatop_base + CCM_ANALOG_PLL_VIDEO); in disable_anatop_clocks()
439 void __iomem *anatop_base, *base; in imx6q_clocks_init() local
461 anatop_base = base = of_iomap(np, 0); in imx6q_clocks_init()
644 disable_anatop_clocks(anatop_base); in imx6q_clocks_init()
/linux/drivers/soc/imx/
H A Dsoc-imx8m.c115 void __iomem *anatop_base; in imx8mm_soc_revision() local
120 anatop_base = of_iomap(np, 0); in imx8mm_soc_revision()
121 if (!anatop_base) in imx8mm_soc_revision()
124 *socrev = readl_relaxed(anatop_base + ANADIG_DIGPROG_IMX8MM); in imx8mm_soc_revision()
126 iounmap(anatop_base); in imx8mm_soc_revision()