Lines Matching refs:muxrate_hw
100 struct clk_hw *muxrate_hw;
240 .muxrate_hw = &muxrate_##_name.hw, \
667 if (data->muxrate_hw) {
669 struct clk_hw *muxrate_hw = data->muxrate_hw;
672 pmcpu_clk = to_clk_pm_cpu(muxrate_hw);
676 mux_hw = muxrate_hw;
677 rate_hw = muxrate_hw;
678 mux_ops = muxrate_hw->init->ops;
679 rate_ops = muxrate_hw->init->ops;