Searched refs:vcc_core (Results 1 – 3 of 3) sorted by relevance
52 static struct regulator *vcc_core; variable187 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage()196 vcc_core = regulator_get(NULL, "vcc_core"); in pxa_cpufreq_init_voltages()197 if (IS_ERR(vcc_core)) { in pxa_cpufreq_init_voltages()199 vcc_core = NULL; in pxa_cpufreq_init_voltages()290 if (vcc_core && new_freq_cpu > policy->cur) { in pxa_set_target()353 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";