Searched refs:clk_cpu (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/clk/imx/ |
D | clk-cpu.c | 12 struct clk_cpu { struct 20 static inline struct clk_cpu *to_clk_cpu(struct clk_hw *hw) in to_clk_cpu() argument 22 return container_of(hw, struct clk_cpu, hw); in to_clk_cpu() 28 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_recalc_rate() 36 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_round_rate() 44 struct clk_cpu *cpu = to_clk_cpu(hw); in clk_cpu_set_rate() 77 struct clk_cpu *cpu; in imx_clk_hw_cpu()
|
/linux-6.6.21/arch/mips/ralink/ |
D | clk.c | 20 static const char *clk_cpu(int *idx) in clk_cpu() function 71 compatible = clk_cpu(&cpu_clk_idx); in plat_time_init()
|
/linux-6.6.21/arch/arm/boot/dts/nuvoton/ |
D | nuvoton-npcm730.dtsi | 20 clock-names = "clk_cpu"; 29 clock-names = "clk_cpu";
|
D | nuvoton-npcm750.dtsi | 21 clock-names = "clk_cpu"; 30 clock-names = "clk_cpu";
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | nuvoton,npcm750-smp | 28 clock-names = "clk_cpu"; 37 clock-names = "clk_cpu";
|
/linux-6.6.21/drivers/clk/actions/ |
D | owl-s700.c | 116 static OWL_MUX(clk_cpu, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT); 419 &clk_cpu.common, 502 [CLK_CPU] = &clk_cpu.common.hw,
|