Lines Matching refs:mux_hw
97 struct clk_hw *mux_hw;
204 .mux_hw = &mux_##_name.hw, \
214 .mux_hw = &mux_##_name.hw, \
248 .mux_hw = &mux_##_name.hw, \
622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL;
624 if (data->mux_hw) {
627 mux_hw = data->mux_hw;
628 mux = to_clk_mux(mux_hw);
630 mux_ops = mux_hw->init->ops;
676 mux_hw = muxrate_hw;
687 data->num_parents, mux_hw,