Lines Matching refs:clk_hw

45 static u8 clk_rcg_get_parent(struct clk_hw *hw)  in clk_rcg_get_parent()
72 static u8 clk_dyn_rcg_get_parent(struct clk_hw *hw) in clk_dyn_rcg_get_parent()
102 static int clk_rcg_set_parent(struct clk_hw *hw, u8 index) in clk_rcg_set_parent()
217 struct clk_hw *hw = &rcg->clkr.hw; in configure_bank()
299 static int clk_dyn_rcg_set_parent(struct clk_hw *hw, u8 index) in clk_dyn_rcg_set_parent()
350 clk_rcg_recalc_rate(struct clk_hw *hw, unsigned long parent_rate) in clk_rcg_recalc_rate()
375 clk_dyn_rcg_recalc_rate(struct clk_hw *hw, unsigned long parent_rate) in clk_dyn_rcg_recalc_rate()
407 static long _freq_tbl_determine_rate(struct clk_hw *hw, in _freq_tbl_determine_rate()
410 unsigned long *p_rate, struct clk_hw **p_hw, in _freq_tbl_determine_rate()
444 static long clk_rcg_determine_rate(struct clk_hw *hw, unsigned long rate, in clk_rcg_determine_rate()
446 unsigned long *p_rate, struct clk_hw **p) in clk_rcg_determine_rate()
454 static long clk_dyn_rcg_determine_rate(struct clk_hw *hw, unsigned long rate, in clk_dyn_rcg_determine_rate()
456 unsigned long *p_rate, struct clk_hw **p) in clk_dyn_rcg_determine_rate()
471 static long clk_rcg_bypass_determine_rate(struct clk_hw *hw, unsigned long rate, in clk_rcg_bypass_determine_rate()
473 unsigned long *p_rate, struct clk_hw **p_hw) in clk_rcg_bypass_determine_rate()
529 static int clk_rcg_set_rate(struct clk_hw *hw, unsigned long rate, in clk_rcg_set_rate()
542 static int clk_rcg_bypass_set_rate(struct clk_hw *hw, unsigned long rate, in clk_rcg_bypass_set_rate()
561 static int clk_rcg_lcc_set_rate(struct clk_hw *hw, unsigned long rate, in clk_rcg_lcc_set_rate()
583 static int clk_rcg_lcc_enable(struct clk_hw *hw) in clk_rcg_lcc_enable()
592 static void clk_rcg_lcc_disable(struct clk_hw *hw) in clk_rcg_lcc_disable()
601 static int __clk_dyn_rcg_set_rate(struct clk_hw *hw, unsigned long rate) in __clk_dyn_rcg_set_rate()
613 static int clk_dyn_rcg_set_rate(struct clk_hw *hw, unsigned long rate, in clk_dyn_rcg_set_rate()
619 static int clk_dyn_rcg_set_rate_and_parent(struct clk_hw *hw, in clk_dyn_rcg_set_rate_and_parent()