Searched refs:vcore (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/greybus/ |
D | arche-apb-ctrl.c | 37 struct regulator *vcore; member 85 if (!IS_ERR(apb->vcore)) { in coldboot_seq() 86 ret = regulator_enable(apb->vcore); in coldboot_seq() 127 ret = regulator_enable(apb->vcore); in fw_flashing_seq() 209 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq() 210 regulator_disable(apb->vcore); in poweroff_seq() 388 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_devtree_data() 389 if (IS_ERR(apb->vcore)) in apb_ctrl_get_devtree_data()
|
/drivers/hwmon/ |
D | atxp1.c | 105 unsigned long vcore; in atxp1_storevcore() local 108 err = kstrtoul(buf, 10, &vcore); in atxp1_storevcore() 112 vcore /= 25; in atxp1_storevcore() 113 vcore *= 25; in atxp1_storevcore() 116 vid = vid_to_reg(vcore, data->vrm); in atxp1_storevcore() 135 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in atxp1_storevcore()
|
/drivers/mfd/ |
D | stw481x.c | 79 u8 vcore; in stw481x_startup() local 106 vcore = ret & 0x0f; in stw481x_startup() 120 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
|
/drivers/cpufreq/ |
D | pxa3xx-cpufreq.c | 55 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 65 .vcc_core = vcore, \
|