Searched refs:CCM_CCSR (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-vf610.c | 16 #define CCM_CCSR (ccm_base + 0x08) macro 208 …clk[VF610_CLK_SLOW_CLK_SEL] = imx_clk_mux("slow_clk_sel", CCM_CCSR, 4, 1, slow_sels, ARRAY_SIZE(sl… in vf610_clocks_init() 209 …clk[VF610_CLK_FASK_CLK_SEL] = imx_clk_mux("fast_clk_sel", CCM_CCSR, 5, 1, fast_sels, ARRAY_SIZE(fa… in vf610_clocks_init() 269 clk[VF610_CLK_PLL1_PFD_SEL] = imx_clk_mux("pll1_pfd_sel", CCM_CCSR, 16, 3, pll1_sels, 5); in vf610_clocks_init() 270 clk[VF610_CLK_PLL2_PFD_SEL] = imx_clk_mux("pll2_pfd_sel", CCM_CCSR, 19, 3, pll2_sels, 5); in vf610_clocks_init() 271 clk[VF610_CLK_SYS_SEL] = imx_clk_mux("sys_sel", CCM_CCSR, 0, 3, sys_sels, ARRAY_SIZE(sys_sels)); in vf610_clocks_init() 272 clk[VF610_CLK_DDR_SEL] = imx_clk_mux("ddr_sel", CCM_CCSR, 6, 1, ddr_sels, ARRAY_SIZE(ddr_sels)); in vf610_clocks_init() 441 clk[VF610_CLK_DAP] = imx_clk_gate("dap", "platform_bus", CCM_CCSR, 24); in vf610_clocks_init()
|
H A D | clk-imx27.c | 31 #define CCM_CCSR (ccm + 0x28) macro 86 …clk[IMX27_CLK_CLKO_SEL] = imx_clk_mux("clko_sel", CCM_CCSR, 0, 5, clko_sel_clks, ARRAY_SIZE(clko_s… in _mx27_clocks_init()
|
H A D | clk-imx6q.c | 258 #define CCM_CCSR 0x0c macro 279 reg = readl_relaxed(ccm_base + CCM_CCSR); in mmdc_ch1_disable() 281 writel_relaxed(reg, ccm_base + CCM_CCSR); in mmdc_ch1_disable() 289 reg = readl_relaxed(ccm_base + CCM_CCSR); in mmdc_ch1_reenable() 291 writel_relaxed(reg, ccm_base + CCM_CCSR); in mmdc_ch1_reenable()
|
/openbmc/qemu/include/hw/misc/ |
H A D | imx6_ccm.h | 21 #define CCM_CCSR 3 macro
|
H A D | imx6ul_ccm.h | 20 #define CCM_CCSR 3 macro
|
/openbmc/qemu/hw/misc/ |
H A D | imx6ul_ccm.c | 26 [CCM_CCSR] = 0xfffffef2, 89 case CCM_CCSR: in imx6ul_ccm_reg_name() 545 s->ccm[CCM_CCSR] = 0x00000100; in imx6ul_ccm_reset()
|
H A D | imx6_ccm.c | 31 case CCM_CCSR: in imx6_ccm_reg_name() 391 s->ccm[CCM_CCSR] = 0x00000100; in imx6_ccm_reset()
|