Lines Matching defs:prate
106 unsigned long drate, unsigned long *prate)
109 *prate = clk_hw_round_rate(parent, drate);
110 return *prate;
159 while ((cfg_data->prate * 1000) != ndata->new_rate) {
160 if (cfg_data->prate == 0)
236 while ((cfg_data->prate * 1000) != ndata->new_rate) {
237 if (cfg_data->prate == 0)
287 while ((cfg_data->prate * 1000) != ndata->new_rate) {
288 if (cfg_data->prate == 0)
482 for (num_cfgs = 0; list->cfg[num_cfgs].prate != 0; )