Searched refs:vcc_core (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcpufreq-pxa2xx.c52 static struct regulator *vcc_core; variable in typeref:struct:regulator
187 ret = regulator_set_voltage(vcc_core, vmin, vmax);
189 pr_err("cpufreq: Failed to set vcc_core in [%dmV..%dmV]\n",
196 vcc_core = regulator_get(NULL, "vcc_core");
197 if (IS_ERR(vcc_core)) {
198 pr_info("cpufreq: Didn't find vcc_core regulator\n");
199 vcc_core = NULL;
201 pr_info("cpufreq: Found vcc_core regulator\n");
319 if (vcc_core
[all...]
H A Dcpufreq-pxa3xx.c53 int vcc_core; /* in mV */ member in struct:pxa3xx_freq_info
67 .vcc_core = vcore, \

Completed in 26 milliseconds