Searched refs:clk_cpu (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A 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() 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()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A 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() 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()
|
/kernel/linux/linux-6.6/arch/mips/ralink/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-s700.c | 115 static OWL_MUX(clk_cpu, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT); 417 &clk_cpu.common, 500 [CLK_CPU] = &clk_cpu.common.hw,
|
/kernel/linux/linux-6.6/drivers/clk/actions/ |
H A 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,
|
/kernel/linux/linux-5.10/drivers/clk/sirf/ |
H A D | clk-prima2.c | 80 &clk_cpu.hw,
|
H A D | clk-atlas6.c | 81 &clk_cpu.hw,
|
H A D | clk-common.c | 510 static struct clk_dmn clk_cpu = { variable
|
Completed in 9 milliseconds