Lines Matching refs:rates
763 u64 *rates;
776 rates = kmalloc_array(count, sizeof(*rates), GFP_KERNEL);
777 if (!rates)
780 ret = of_property_read_u64_array(np, "opp-hz", rates, count);
790 new_opp->rates[i] = (unsigned long)rates[i];
793 WARN_ON(new_opp->rates[i] != rates[i]);
797 kfree(rates);
971 __func__, new_opp->turbo, new_opp->rates[0],