Lines Matching refs:clk_hw
14 static inline struct cv1800_clk_gate *hw_to_cv1800_clk_gate(struct clk_hw *hw) in hw_to_cv1800_clk_gate()
21 static int gate_enable(struct clk_hw *hw) in gate_enable()
28 static void gate_disable(struct clk_hw *hw) in gate_disable()
35 static int gate_is_enabled(struct clk_hw *hw) in gate_is_enabled()
42 static unsigned long gate_recalc_rate(struct clk_hw *hw, in gate_recalc_rate()
48 static long gate_round_rate(struct clk_hw *hw, unsigned long rate, in gate_round_rate()
54 static int gate_set_rate(struct clk_hw *hw, unsigned long rate, in gate_set_rate()
79 static inline struct cv1800_clk_div *hw_to_cv1800_clk_div(struct clk_hw *hw) in hw_to_cv1800_clk_div()
86 static int div_enable(struct clk_hw *hw) in div_enable()
93 static void div_disable(struct clk_hw *hw) in div_disable()
100 static int div_is_enabled(struct clk_hw *hw) in div_is_enabled()
154 struct clk_hw *hw, struct clk_hw *parent, in div_helper_round_rate()
168 static long div_round_rate(struct clk_hw *parent, unsigned long *parent_rate, in div_round_rate()
189 long (*round)(struct clk_hw *, in mux_helper_determine_rate() argument
197 struct clk_hw *best_parent, *hw = &common->hw; in mux_helper_determine_rate()
214 struct clk_hw *parent; in mux_helper_determine_rate()
249 static int div_determine_rate(struct clk_hw *hw, in div_determine_rate()
258 static unsigned long div_recalc_rate(struct clk_hw *hw, in div_recalc_rate()
272 static int div_set_rate(struct clk_hw *hw, unsigned long rate, in div_set_rate()
295 hw_to_cv1800_clk_bypass_div(struct clk_hw *hw) in hw_to_cv1800_clk_bypass_div()
302 static long bypass_div_round_rate(struct clk_hw *parent, in bypass_div_round_rate()
322 static int bypass_div_determine_rate(struct clk_hw *hw, in bypass_div_determine_rate()
331 static unsigned long bypass_div_recalc_rate(struct clk_hw *hw, in bypass_div_recalc_rate()
342 static int bypass_div_set_rate(struct clk_hw *hw, unsigned long rate, in bypass_div_set_rate()
353 static u8 bypass_div_get_parent(struct clk_hw *hw) in bypass_div_get_parent()
363 static int bypass_div_set_parent(struct clk_hw *hw, u8 index) in bypass_div_set_parent()
387 static inline struct cv1800_clk_mux *hw_to_cv1800_clk_mux(struct clk_hw *hw) in hw_to_cv1800_clk_mux()
394 static int mux_enable(struct clk_hw *hw) in mux_enable()
401 static void mux_disable(struct clk_hw *hw) in mux_disable()
408 static int mux_is_enabled(struct clk_hw *hw) in mux_is_enabled()
415 static long mux_round_rate(struct clk_hw *parent, unsigned long *parent_rate, in mux_round_rate()
424 static int mux_determine_rate(struct clk_hw *hw, in mux_determine_rate()
433 static unsigned long mux_recalc_rate(struct clk_hw *hw, in mux_recalc_rate()
447 static int mux_set_rate(struct clk_hw *hw, unsigned long rate, in mux_set_rate()
459 static u8 mux_get_parent(struct clk_hw *hw) in mux_get_parent()
478 static int mux_set_parent(struct clk_hw *hw, u8 index) in mux_set_parent()
506 hw_to_cv1800_clk_bypass_mux(struct clk_hw *hw) in hw_to_cv1800_clk_bypass_mux()
513 static long bypass_mux_round_rate(struct clk_hw *parent, in bypass_mux_round_rate()
533 static int bypass_mux_determine_rate(struct clk_hw *hw, in bypass_mux_determine_rate()
542 static unsigned long bypass_mux_recalc_rate(struct clk_hw *hw, in bypass_mux_recalc_rate()
553 static int bypass_mux_set_rate(struct clk_hw *hw, unsigned long rate, in bypass_mux_set_rate()
564 static u8 bypass_mux_get_parent(struct clk_hw *hw) in bypass_mux_get_parent()
574 static int bypass_mux_set_parent(struct clk_hw *hw, u8 index) in bypass_mux_set_parent()
598 static inline struct cv1800_clk_mmux *hw_to_cv1800_clk_mmux(struct clk_hw *hw) in hw_to_cv1800_clk_mmux()
607 struct clk_hw *hw = &mmux->common.hw; in mmux_get_parent_id()
608 struct clk_hw *parent = clk_hw_get_parent(hw); in mmux_get_parent_id()
619 static int mmux_enable(struct clk_hw *hw) in mmux_enable()
626 static void mmux_disable(struct clk_hw *hw) in mmux_disable()
633 static int mmux_is_enabled(struct clk_hw *hw) in mmux_is_enabled()
640 static long mmux_round_rate(struct clk_hw *parent, unsigned long *parent_rate, in mmux_round_rate()
663 static int mmux_determine_rate(struct clk_hw *hw, in mmux_determine_rate()
672 static unsigned long mmux_recalc_rate(struct clk_hw *hw, in mmux_recalc_rate()
695 static int mmux_set_rate(struct clk_hw *hw, unsigned long rate, in mmux_set_rate()
716 static u8 mmux_get_parent(struct clk_hw *hw) in mmux_get_parent()
737 static int mmux_set_parent(struct clk_hw *hw, u8 index) in mmux_set_parent()
786 hw_to_cv1800_clk_audio(struct clk_hw *hw) in hw_to_cv1800_clk_audio()
793 static int aclk_enable(struct clk_hw *hw) in aclk_enable()
801 static void aclk_disable(struct clk_hw *hw) in aclk_disable()
809 static int aclk_is_enabled(struct clk_hw *hw) in aclk_is_enabled()
816 static int aclk_determine_rate(struct clk_hw *hw, in aclk_determine_rate()
826 static unsigned long aclk_recalc_rate(struct clk_hw *hw, in aclk_recalc_rate()
856 static int aclk_set_rate(struct clk_hw *hw, unsigned long rate, in aclk_set_rate()