Lines Matching refs:rate
27 struct freq_tbl *qcom_find_freq(const struct freq_tbl *f, unsigned long rate)
36 if (rate <= f->freq)
39 /* Default to our fastest rate */
45 unsigned long rate)
50 if (rate >= f->freq)
129 * clk as a fixed rate clock if it isn't present.
132 const char *name, unsigned long rate,
153 fixed->fixed_rate = rate;
188 const char *name, unsigned long rate)
198 return _qcom_cc_register_board_clk(dev, path, name, rate, add_factor);