clk_cpu
compatible = clk_cpu(&cpu_clk_idx);
static OWL_MUX(clk_cpu, "cpu_clk", cpu_clk_mux_p, CMU_BUSCLK, 0, 2, CLK_SET_RATE_PARENT);
&clk_cpu.common,
[CLK_CPU] = &clk_cpu.common.hw,
static inline struct clk_cpu *to_clk_cpu(struct clk_hw *hw)
return container_of(hw, struct clk_cpu, hw);
struct clk_cpu *cpu = to_clk_cpu(hw);
struct clk_cpu *cpu = to_clk_cpu(hw);
struct clk_cpu *cpu = to_clk_cpu(hw);
struct clk_cpu *cpu;