Searched full:ipg_per (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-imx35.c | 66 /* 9 */ ipg, arm_per_div, ahb_per_div, ipg_per, uart_sel, uart_div, enumerator 137 …clk[ipg_per] = imx_clk_mux("ipg_per", base + MXC_CCM_PDR0, 26, 1, ipg_per_sel, ARRAY_SIZE(ipg_per_… in _mx35_clocks_init() 187 clk[i2c1_gate] = imx_clk_gate2("i2c1_gate", "ipg_per", base + MX35_CCM_CGR1, 10); in _mx35_clocks_init() 188 clk[i2c2_gate] = imx_clk_gate2("i2c2_gate", "ipg_per", base + MX35_CCM_CGR1, 12); in _mx35_clocks_init() 189 clk[i2c3_gate] = imx_clk_gate2("i2c3_gate", "ipg_per", base + MX35_CCM_CGR1, 14); in _mx35_clocks_init() 195 clk[owire_gate] = imx_clk_gate2("owire_gate", "ipg_per", base + MX35_CCM_CGR1, 26); in _mx35_clocks_init() 196 clk[pwm_gate] = imx_clk_gate2("pwm_gate", "ipg_per", base + MX35_CCM_CGR1, 28); in _mx35_clocks_init()
|
D | clk-imx6q.c | 65 "ipu2_di1", "ahb", "ipg", "ipg_per", "ckil", "pll4_audio_div", }; 720 hws[IMX6QDL_CLK_IPG_PER] = imx_clk_hw_divider("ipg_per", "ipg_per_sel", base + 0x1c, 0, 6); in imx6q_clocks_init() 729 …hws[IMX6QDL_CLK_IPG_PER] = imx_clk_hw_fixup_divider("ipg_per", "ipg", base + 0x1c, 0, 6, imx_cscmr… in imx6q_clocks_init() 808 hws[IMX6DL_CLK_I2C4] = imx_clk_hw_gate2("i2c4", "ipg_per", base + 0x6c, 8); in imx6q_clocks_init() 818 …hws[IMX6QDL_CLK_GPT_IPG_PER] = imx_clk_hw_gate2("gpt_ipg_per", "ipg_per", base + 0x6c… in imx6q_clocks_init() 823 …hws[IMX6QDL_CLK_I2C1] = imx_clk_hw_gate2("i2c1", "ipg_per", base + 0x70… in imx6q_clocks_init() 824 …hws[IMX6QDL_CLK_I2C2] = imx_clk_hw_gate2("i2c2", "ipg_per", base + 0x70… in imx6q_clocks_init() 825 …hws[IMX6QDL_CLK_I2C3] = imx_clk_hw_gate2("i2c3", "ipg_per", base + 0x70… in imx6q_clocks_init() 861 …hws[IMX6QDL_CLK_PWM1] = imx_clk_hw_gate2("pwm1", "ipg_per", base + 0x78… in imx6q_clocks_init() 862 …hws[IMX6QDL_CLK_PWM2] = imx_clk_hw_gate2("pwm2", "ipg_per", base + 0x78… in imx6q_clocks_init() [all …]
|
D | clk-imx6ul.c | 64 "dummy", "lcdif_pix", "ahb", "ipg", "ipg_per", "ckil", "pll4_audio_div", };
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | imx35.dtsi | 82 clock-names = "ipg_per"; 93 clock-names = "ipg_per"; 122 clock-names = "ipg_per";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | imx35-clock.yaml | 31 ipg_per 12
|