Home
last modified time | relevance | path

Searched refs:hw_to_ccu_div (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/sunxi-ng/
H A Dccu_div.c37 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable()
44 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_enable()
51 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_is_enabled()
59 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_recalc_rate()
82 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_determine_rate()
91 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_rate()
120 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent()
127 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent()
H A Dccu_div.h277 static inline struct ccu_div *hw_to_ccu_div(struct clk_hw *hw) in hw_to_ccu_div() function