Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_mult.c58 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_disable()
65 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_enable()
72 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_is_enabled()
80 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_recalc_rate()
100 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_determine_rate()
109 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_set_rate()
152 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_get_parent()
159 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_set_parent()
Dccu_mult.h61 static inline struct ccu_mult *hw_to_ccu_mult(struct clk_hw *hw) in hw_to_ccu_mult() function