Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/sunxi-ng/
Dccu_mult.c55 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_disable()
62 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_enable()
69 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_is_enabled()
77 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_recalc_rate()
97 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_determine_rate()
106 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_set_rate()
149 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_get_parent()
156 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