clk_fixup_mux
static inline struct clk_fixup_mux *to_clk_fixup_mux(struct clk_hw *hw)
return container_of(mux, struct clk_fixup_mux, mux);
struct clk_fixup_mux *fixup_mux = to_clk_fixup_mux(hw);
struct clk_fixup_mux *fixup_mux = to_clk_fixup_mux(hw);
struct clk_fixup_mux *fixup_mux;