Home
last modified time | relevance | path

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

/linux/drivers/clk/sunxi-ng/ !
H A Dccu_mux.c214 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_disable()
221 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_enable()
228 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_is_enabled()
235 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_get_parent()
242 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_set_parent()
250 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_determine_rate()
261 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_recalc_rate()
H A Dccu_mux.h124 static inline struct ccu_mux *hw_to_ccu_mux(struct clk_hw *hw) in hw_to_ccu_mux() function