Lines Matching refs:rate
81 * Since the rate can get quite large, and we need to
93 * initialization and leave it with a rate of 0,
105 * resolution output on each. Since the rate can get
203 static int raspberrypi_fw_set_rate(struct clk_hw *hw, unsigned long rate,
209 u32 _rate = rate;
234 req->rate = clamp(req->rate, req->min_rate, req->max_rate);
237 * We want to aggressively reduce the clock rate here, so let's
238 * just ignore the requested rate and return the bare minimum
239 * rate we can get away with.
242 req->rate = req->min_rate;
313 unsigned long rate;
317 rate = raspberrypi_fw_get_rate(&data->hw, 0);
318 if (rate < variant->min_rate) {