Searched refs:MXC_CCM_CGR1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk-imx31.c | 30 #define MXC_CCM_CGR1 0x24 macro 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() 102 clk[kpp_gate] = imx_clk_gate2("kpp_gate", "ipg", base + MXC_CCM_CGR1, 20); in _mx31_clocks_init() 103 clk[ipu_gate] = imx_clk_gate2("ipu_gate", "hsp", base + MXC_CCM_CGR1, 22); in _mx31_clocks_init() [all …]
|
/linux-6.3-rc2/arch/arm/mach-imx/ |
A D | crmregs-imx3.h | 33 #define MXC_CCM_CGR1 0x24 macro
|
Completed in 5 milliseconds