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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Datxp1.c130 unsigned int vcore; local
135 vcore = simple_strtoul(buf, NULL, 10);
136 vcore /= 25;
137 vcore *= 25;
140 vid = vid_to_reg(vcore, data->vrm);
157 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", vcore, vid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcpufreq-pxa3xx.c57 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \
67 .vcc_core = vcore, \

Completed in 29 milliseconds