Searched refs:MXC_CCM_CCMR (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-imx/ |
D | pm-imx3.c | 25 int reg = __raw_readl(mx3_ccm_base + MXC_CCM_CCMR); in mx3_cpu_lp_set() 32 __raw_writel(reg, mx3_ccm_base + MXC_CCM_CCMR); in mx3_cpu_lp_set()
|
D | crmregs-imx3.h | 30 #define MXC_CCM_CCMR 0x00 macro
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx31.c | 34 #define MXC_CCM_CCMR 0x00 macro 95 clk[per] = imx_clk_mux("per", base + MXC_CCM_CCMR, 24, 1, per_sel, ARRAY_SIZE(per_sel)); in _mx31_clocks_init() 96 clk[csi] = imx_clk_mux("csi_sel", base + MXC_CCM_CCMR, 25, 1, csi_sel, ARRAY_SIZE(csi_sel)); in _mx31_clocks_init() 97 clk[fir] = imx_clk_mux("fir_sel", base + MXC_CCM_CCMR, 11, 2, fir_sel, ARRAY_SIZE(fir_sel)); in _mx31_clocks_init()
|