Lines Matching refs:sun4i_dclk
15 struct sun4i_dclk { struct
21 static inline struct sun4i_dclk *hw_to_dclk(struct clk_hw *hw) in hw_to_dclk() argument
23 return container_of(hw, struct sun4i_dclk, hw); in hw_to_dclk()
28 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_disable()
36 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_enable()
45 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_is_enabled()
56 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_recalc_rate()
73 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_round_rate()
118 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_set_rate()
127 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_get_phase()
140 struct sun4i_dclk *dclk = hw_to_dclk(hw); in sun4i_dclk_set_phase()
169 struct sun4i_dclk *dclk; in sun4i_dclk_create()