Searched refs:vcc_core (Results 1 – 3 of 3) sorted by relevance
40 static struct regulator *vcc_core; variable126 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage()134 vcc_core = regulator_get(NULL, "vcc_core"); in pxa_cpufreq_init_voltages()135 if (IS_ERR(vcc_core)) { in pxa_cpufreq_init_voltages()137 vcc_core = NULL; in pxa_cpufreq_init_voltages()205 if (vcc_core && new_freq_cpu > policy->cur) { in pxa_set_target()222 if (vcc_core && new_freq_cpu < policy->cur) in pxa_set_target()
47 int vcc_core; /* in mV */ member61 .vcc_core = vcore, \
19 vcc_core: v3 {20 regulator-name = "vcc_core";