Searched refs:cpu_clk_mux_p (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/clk/actions/ |
D | owl-s700.c | 99 static const char *cpu_clk_mux_p[] = {"losc", "hosc", "core_pll", "noc1_clk_div"}; variable 116 static OWL_MUX(clk_cpu, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT);
|
D | owl-s900.c | 94 static const char *cpu_clk_mux_p[] = { "losc", "hosc", "core_pll_clk", }; variable 114 static OWL_MUX(cpu_clk, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT);
|