Lines Matching defs:rate
687 u64 rate;
690 ret = of_property_read_u64(np, "opp-hz", &rate);
694 * casting explicitly to its type. Must be fixed once rate is 64
697 new_opp->rate = (unsigned long)rate;
773 dev_dbg(dev, "OPP not supported by hardware: %lu\n", new_opp->rate);
813 /* Pick the OPP with higher rate as suspend OPP */
814 if (new_opp->rate > opp_table->suspend_opp->rate) {
829 pr_debug("%s: turbo:%d rate:%lu uv:%lu uvmin:%lu uvmax:%lu latency:%lu\n", __func__, new_opp->turbo, new_opp->rate,