Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Darche-apb-ctrl.c36 struct regulator *vcore; member
83 if (!IS_ERR(apb->vcore)) { in coldboot_seq()
84 ret = regulator_enable(apb->vcore); in coldboot_seq()
125 ret = regulator_enable(apb->vcore); in fw_flashing_seq()
208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq()
209 regulator_disable(apb->vcore); in poweroff_seq()
361 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_devtree_data()
362 if (IS_ERR(apb->vcore)) in apb_ctrl_get_devtree_data()
/drivers/hwmon/
Datxp1.c96 unsigned long vcore; in cpu0_vid_store() local
99 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store()
103 vcore /= 25; in cpu0_vid_store()
104 vcore *= 25; in cpu0_vid_store()
107 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store()
126 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
/drivers/mfd/
Dstw481x.c80 u8 vcore; in stw481x_startup() local
107 vcore = ret & 0x0f; in stw481x_startup()
121 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
/drivers/cpufreq/
Dpxa3xx-cpufreq.c51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
61 .vcc_core = vcore, \