Home
last modified time | relevance | path

Searched refs:MXC_CCM_CGR1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/mach-imx/
Dclk-imx31.c92 clk[hantro_gate] = imx_clk_gate2("hantro_gate", "per", base + MXC_CCM_CGR1, 0); in mx31_clocks_init()
93 clk[mstick1_gate] = imx_clk_gate2("mstick1_gate", "per", base + MXC_CCM_CGR1, 2); in mx31_clocks_init()
94 clk[mstick2_gate] = imx_clk_gate2("mstick2_gate", "per", base + MXC_CCM_CGR1, 4); in mx31_clocks_init()
95 clk[csi_gate] = imx_clk_gate2("csi_gate", "csi_div", base + MXC_CCM_CGR1, 6); in mx31_clocks_init()
96 clk[rtc_gate] = imx_clk_gate2("rtc_gate", "ipg", base + MXC_CCM_CGR1, 8); in mx31_clocks_init()
97 clk[wdog_gate] = imx_clk_gate2("wdog_gate", "ipg", base + MXC_CCM_CGR1, 10); in mx31_clocks_init()
98 clk[pwm_gate] = imx_clk_gate2("pwm_gate", "per", base + MXC_CCM_CGR1, 12); in mx31_clocks_init()
99 clk[sim_gate] = imx_clk_gate2("sim_gate", "per", base + MXC_CCM_CGR1, 14); in mx31_clocks_init()
100 clk[ect_gate] = imx_clk_gate2("ect_gate", "per", base + MXC_CCM_CGR1, 16); in mx31_clocks_init()
101 clk[usb_gate] = imx_clk_gate2("usb_gate", "ahb", base + MXC_CCM_CGR1, 18); in mx31_clocks_init()
[all …]
Dcrmregs-imx3.h46 #define MXC_CCM_CGR1 0x24 macro