Searched refs:MXC_CCM_CGR2 (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/clk/imx/ |
| D | clk-imx31.c | 42 #define MXC_CCM_CGR2 0x28 macro 135 clk[ssi2_gate] = imx_clk_gate2("ssi2_gate", "spll", base + MXC_CCM_CGR2, 0); in _mx31_clocks_init() 136 clk[cspi1_gate] = imx_clk_gate2("cspi1_gate", "ipg", base + MXC_CCM_CGR2, 2); in _mx31_clocks_init() 137 clk[cspi2_gate] = imx_clk_gate2("cspi2_gate", "ipg", base + MXC_CCM_CGR2, 4); in _mx31_clocks_init() 138 clk[gacc_gate] = imx_clk_gate2("gacc_gate", "per", base + MXC_CCM_CGR2, 6); in _mx31_clocks_init() 139 clk[emi_gate] = imx_clk_gate2("emi_gate", "ahb", base + MXC_CCM_CGR2, 8); in _mx31_clocks_init() 140 clk[rtic_gate] = imx_clk_gate2("rtic_gate", "ahb", base + MXC_CCM_CGR2, 10); in _mx31_clocks_init() 141 clk[firi_gate] = imx_clk_gate2("firi_gate", "upll", base+MXC_CCM_CGR2, 12); in _mx31_clocks_init()
|
| /linux-4.4.14/arch/arm/mach-imx/ |
| D | crmregs-imx3.h | 48 #define MXC_CCM_CGR2 0x28 macro
|