Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/sunxi-ng/
Dccu_mp.c70 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable()
77 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable()
84 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled()
92 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate()
122 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate()
131 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate()
167 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent()
174 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent()
Dccu_mp.h93 static inline struct ccu_mp *hw_to_ccu_mp(struct clk_hw *hw) in hw_to_ccu_mp() function