Home
last modified time | relevance | path

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

/drivers/hwmon/
Datxp1.c135 unsigned long vcore; in atxp1_storevcore() local
141 err = kstrtoul(buf, 10, &vcore); in atxp1_storevcore()
145 vcore /= 25; in atxp1_storevcore()
146 vcore *= 25; in atxp1_storevcore()
149 vid = vid_to_reg(vcore, data->vrm); in atxp1_storevcore()
169 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in atxp1_storevcore()
/drivers/cpufreq/
Dpxa3xx-cpufreq.c55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
65 .vcc_core = vcore, \