Searched refs:cpu_pll (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/mips/ath79/ |
| H A D | clock.c | 239 u32 cpu_pll, ddr_pll; in ar934x_clocks_init() local 315 cpu_rate = cpu_pll / (postdiv + 1); in ar934x_clocks_init() 327 ddr_rate = cpu_pll / (postdiv + 1); in ar934x_clocks_init() 337 ahb_rate = cpu_pll / (postdiv + 1); in ar934x_clocks_init() 357 u32 cpu_pll, ddr_pll; in qca953x_clocks_init() local 378 cpu_pll = nint * ref_rate / ref_div; in qca953x_clocks_init() 380 cpu_pll /= (1 << out_div); in qca953x_clocks_init() 440 u32 cpu_pll, ddr_pll; in qca955x_clocks_init() local 463 cpu_pll /= (1 << out_div); in qca955x_clocks_init() 523 u32 cpu_pll, ddr_pll; in qca956x_clocks_init() local [all …]
|
| /linux-6.15/drivers/clk/mxs/ |
| H A D | clk-imx23.c | 82 lcdif_sel, gpmi_sel, ssp_sel, emi_sel, cpu, etm_sel, cpu_pll, enumerator 125 clks[cpu_pll] = mxs_clk_div("cpu_pll", "ref_cpu", CPU, 0, 6, 28); in mx23_clocks_init()
|
| H A D | clk-imx28.c | 136 lcdif_sel, cpu, ptp_sel, cpu_pll, cpu_xtal, hbus, xbus, enumerator 190 clks[cpu_pll] = mxs_clk_div("cpu_pll", "ref_cpu", CPU, 0, 6, 28); in mx28_clocks_init()
|
| /linux-6.15/drivers/clk/ralink/ |
| H A D | clk-mtmips.c | 567 unsigned long cpu_pll; in mt7620_pll_recalc_rate() local 574 cpu_pll = parent_rate; in mt7620_pll_recalc_rate() 576 cpu_pll = 600000000; in mt7620_pll_recalc_rate() 589 cpu_pll = mt7620_calc_rate(parent_rate, mul, clk_divider[div]); in mt7620_pll_recalc_rate() 599 return cpu_pll; in mt7620_pll_recalc_rate()
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | imx23-clock.yaml | 32 cpu_pll 13
|
| H A D | imx28-clock.yaml | 42 cpu_pll 23
|
| /linux-6.15/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | mti,gic.yaml | 137 clocks = <&cpu_pll>;
|