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

/drivers/hwmon/
H A Datxp1.c108 unsigned long vcore; local
111 err = kstrtoul(buf, 10, &vcore);
115 vcore /= 25;
116 vcore *= 25;
119 vid = vid_to_reg(vcore, data->vrm);
138 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid);
/drivers/mfd/
H A Dstw481x.c79 u8 vcore; local
106 vcore = ret & 0x0f;
120 vcore_val[vcore] / 100, vcore_val[vcore] % 100,
/drivers/cpufreq/
H A Dpxa3xx-cpufreq.c55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \
65 .vcc_core = vcore, \

Completed in 559 milliseconds