Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/sunxi-ng/
Dccu_mux.c212 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_disable()
219 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_enable()
226 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_is_enabled()
233 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_get_parent()
240 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_set_parent()
248 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_recalc_rate()
Dccu_mux.h108 static inline struct ccu_mux *hw_to_ccu_mux(struct clk_hw *hw) in hw_to_ccu_mux() function