Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-imx/
Danatop.c116 void __iomem *anatop_base; in imx_init_revision_from_anatop() local
123 anatop_base = of_iomap(np, 0); in imx_init_revision_from_anatop()
124 WARN_ON(!anatop_base); in imx_init_revision_from_anatop()
129 digprog = readl_relaxed(anatop_base + offset); in imx_init_revision_from_anatop()
130 iounmap(anatop_base); in imx_init_revision_from_anatop()
/Linux-v4.19/drivers/clk/imx/
Dclk-vf610.c60 #define PFD_PLL1_BASE (anatop_base + 0x2b0)
61 #define PFD_PLL2_BASE (anatop_base + 0x100)
62 #define PFD_PLL3_BASE (anatop_base + 0xf0)
63 #define PLL1_CTRL (anatop_base + 0x270)
64 #define PLL2_CTRL (anatop_base + 0x30)
65 #define PLL3_CTRL (anatop_base + 0x10)
66 #define PLL4_CTRL (anatop_base + 0x70)
67 #define PLL5_CTRL (anatop_base + 0xe0)
68 #define PLL6_CTRL (anatop_base + 0xa0)
69 #define PLL7_CTRL (anatop_base + 0x20)
[all …]
Dclk-imx6sl.c105 static void __iomem *anatop_base; variable
134 if ((readl_relaxed(anatop_base + PLL_ARM) & in imx6sl_get_arm_divider_for_wait()
148 saved_pll_arm = val = readl_relaxed(anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()
151 writel_relaxed(val, anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()
152 while (!(__raw_readl(anatop_base + PLL_ARM) & BM_PLL_ARM_LOCK)) in imx6sl_enable_pll_arm()
155 writel_relaxed(saved_pll_arm, anatop_base + PLL_ARM); in imx6sl_enable_pll_arm()
205 anatop_base = base; in imx6sl_clocks_init()
Dclk-imx6q.c385 static void disable_anatop_clocks(void __iomem *anatop_base) in disable_anatop_clocks() argument
390 reg = readl_relaxed(anatop_base + CCM_ANALOG_PFD_528); in disable_anatop_clocks()
397 writel_relaxed(reg, anatop_base + CCM_ANALOG_PFD_528); in disable_anatop_clocks()
400 reg = readl_relaxed(anatop_base + CCM_ANALOG_PFD_480); in disable_anatop_clocks()
402 writel_relaxed(reg, anatop_base + CCM_ANALOG_PFD_480); in disable_anatop_clocks()
405 reg = readl_relaxed(anatop_base + CCM_ANALOG_PLL_VIDEO); in disable_anatop_clocks()
407 writel_relaxed(reg, anatop_base + CCM_ANALOG_PLL_VIDEO); in disable_anatop_clocks()
413 void __iomem *anatop_base, *base; in imx6q_clocks_init() local
425 anatop_base = base = of_iomap(np, 0); in imx6q_clocks_init()
584 disable_anatop_clocks(anatop_base); in imx6q_clocks_init()