Searched refs:clk_cpu (Results 1 – 2 of 2) sorted by relevance
/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()
|
/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,
|