Lines Matching refs:vsel
393 int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE);
395 if (vsel < 0)
396 return vsel;
398 vsel &= info->table_len - 1;
399 return vsel;
422 int vsel = DIV_ROUND_UP(min_uV - 600000, 12500);
424 twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE_SMPS_4030, vsel);
432 int vsel;
434 vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER,
437 return vsel * 12500 + 600000;