Searched refs:vcc_core (Results 1 – 3 of 3) sorted by relevance
54 static struct regulator *vcc_core; variable140 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage()148 vcc_core = regulator_get(NULL, "vcc_core"); in pxa_cpufreq_init_voltages()149 if (IS_ERR(vcc_core)) { in pxa_cpufreq_init_voltages()151 vcc_core = NULL; in pxa_cpufreq_init_voltages()219 if (vcc_core && new_freq_cpu > policy->cur) { in pxa_set_target()236 if (vcc_core && new_freq_cpu < policy->cur) in pxa_set_target()
51 int vcc_core; /* in mV */ member65 .vcc_core = vcore, \
19 vcc_core: v3 {20 regulator-name = "vcc_core";