Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/sprd/
H A Dmux.c41 struct sprd_mux *cm = hw_to_sprd_mux(hw); in sprd_mux_get_parent()
66 struct sprd_mux *cm = hw_to_sprd_mux(hw); in sprd_mux_set_parent()
H A Dmux.h73 static inline struct sprd_mux *hw_to_sprd_mux(const struct clk_hw *hw) in hw_to_sprd_mux() function