Searched refs:MX35_CCM_CGR2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk-imx35.c | 30 #define MX35_CCM_CGR2 0x34 macro 199 clk[rtc_gate] = imx_clk_gate2("rtc_gate", "ipg", base + MX35_CCM_CGR2, 0); in _mx35_clocks_init() 200 clk[rtic_gate] = imx_clk_gate2("rtic_gate", "ahb", base + MX35_CCM_CGR2, 2); in _mx35_clocks_init() 201 clk[scc_gate] = imx_clk_gate2("scc_gate", "ipg", base + MX35_CCM_CGR2, 4); in _mx35_clocks_init() 202 clk[sdma_gate] = imx_clk_gate2("sdma_gate", "ahb", base + MX35_CCM_CGR2, 6); in _mx35_clocks_init() 203 clk[spba_gate] = imx_clk_gate2("spba_gate", "ipg", base + MX35_CCM_CGR2, 8); in _mx35_clocks_init() 207 clk[uart1_gate] = imx_clk_gate2("uart1_gate", "uart_div", base + MX35_CCM_CGR2, 16); in _mx35_clocks_init() 210 clk[usbotg_gate] = imx_clk_gate2("usbotg_gate", "ahb", base + MX35_CCM_CGR2, 22); in _mx35_clocks_init() 211 clk[wdog_gate] = imx_clk_gate2("wdog_gate", "ipg", base + MX35_CCM_CGR2, 24); in _mx35_clocks_init() 212 clk[max_gate] = imx_clk_gate2("max_gate", "dummy", base + MX35_CCM_CGR2, 26); in _mx35_clocks_init() [all …]
|
/linux-6.3-rc2/arch/arm/mach-imx/ |
A D | crmregs-imx3.h | 40 #define MX35_CCM_CGR2 0x34 macro
|
Completed in 4 milliseconds