Lines Matching full:volts
135 set->volts = opp->uvolt_target / 1000; in cpufreq_dt_opp_to_setting()
387 uint32_t *volts, lat; in cpufreq_dt_oppv2_parse() local
438 "opp-microvolt", sizeof(*volts), (void **)&volts); in cpufreq_dt_oppv2_parse()
440 sc->opp[i].uvolt_target = volts[0]; in cpufreq_dt_oppv2_parse()
441 sc->opp[i].uvolt_min = volts[0]; in cpufreq_dt_oppv2_parse()
442 sc->opp[i].uvolt_max = volts[0]; in cpufreq_dt_oppv2_parse()
444 sc->opp[i].uvolt_target = volts[0]; in cpufreq_dt_oppv2_parse()
445 sc->opp[i].uvolt_min = volts[1]; in cpufreq_dt_oppv2_parse()
446 sc->opp[i].uvolt_max = volts[2]; in cpufreq_dt_oppv2_parse()
450 OF_prop_free(volts); in cpufreq_dt_oppv2_parse()
454 OF_prop_free(volts); in cpufreq_dt_oppv2_parse()