Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_mp.c128 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable()
135 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable()
142 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled()
150 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate()
180 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate()
189 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate()
225 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent()
232 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent()
H A Dccu_mp.h134 static inline struct ccu_mp *hw_to_ccu_mp(struct clk_hw *hw) in hw_to_ccu_mp() function