Lines Matching defs:rate_hw
98 struct clk_hw *rate_hw;
206 .rate_hw = &rate_##_name.hw, \
216 .rate_hw = &rate_##_name.hw, \
232 .rate_hw = &rate_##_name.hw, \
249 .rate_hw = &rate_##_name.hw, \
622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL;
645 if (data->rate_hw) {
646 rate_hw = data->rate_hw;
647 rate_ops = rate_hw->init->ops;
651 rate = to_clk_double_div(rate_hw);
655 struct clk_divider *rate = to_clk_divider(rate_hw);
677 rate_hw = muxrate_hw;
688 mux_ops, rate_hw, rate_ops,