Home
last modified time | relevance | path

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

/linux/drivers/clk/sunxi-ng/
H A 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_determine_rate()
259 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
/linux/drivers/clk/thead/
H A Dclk-th1520-ap.c97 static inline struct ccu_mux *hw_to_ccu_mux(struct clk_hw *hw) in hw_to_ccu_mux() function
1017 struct ccu_mux *cm = hw_to_ccu_mux(&th1520_mux_clks[i]->hw); in th1520_clk_probe()