Home
last modified time | relevance | path

Searched refs:clk_hw_get_parent (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu_phase.c29 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase()
43 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase()
74 parent = clk_hw_get_parent(hw); in ccu_phase_set_phase()
88 grandparent = clk_hw_get_parent(parent); in ccu_phase_set_phase()
A Dclk-fixed-factor.c38 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
58 return clk_hw_set_rate(clk_hw_get_parent(hw), p_rate); in clk_factor_set_rate()
A Dccu.h773 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw);
782 return divider_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_round_rate()
792 return divider_ro_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_ro_round_rate()
A Dccu_gate.c114 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
A Dccu_mux.c99 best_parent = clk_hw_get_parent(hw); in ccu_mux_helper_determine_rate()
A Dccu.c144 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw) in clk_hw_get_parent() function

Completed in 14 milliseconds