Lines Matching refs:rates
195 return opp->rates[index];
450 return opp->rates[index];
915 freq = opp->rates[0];
944 ret = clk_set_rate(opp_table->clks[i], opp->rates[i]);
953 ret = clk_set_rate(opp_table->clks[i], opp->rates[i]);
1185 __func__, old_opp->rates[0], opp->rates[0], old_opp->level,
1496 * frequency in opp->rates and also parse the entries in DT.
1685 if (iter->rates[0] == freq) {
1799 clk_size = sizeof(*opp->rates) * opp_table->clk_count;
1810 opp->rates = (unsigned long *)(opp->supplies + supply_count);
1813 opp->bandwidth = (struct dev_pm_opp_icc_bw *)(opp->rates + opp_table->clk_count);
1851 if (opp1->rates[i] != opp2->rates[i])
1852 return opp1->rates[i] < opp2->rates[i] ? -1 : 1;
1855 /* Same rates for both OPPs */
1926 __func__, opp->rates[0], opp->supplies[0].u_volt,
1927 opp->available, new_opp->rates[0],
1948 __func__, opp->required_opps[i]->np, opp->rates[0]);
1989 __func__, new_opp->rates[0]);
2038 new_opp->rates[0] = freq;
2901 if (tmp_opp->rates[0] == freq) {
2977 if (tmp_opp->rates[0] == freq) {