Lines Matching refs:vsel
44 static unsigned long twl4030_vsel_to_uv(const u8 vsel)
46 return (((vsel * 125) + 6000)) * 100;
54 static unsigned long twl6030_vsel_to_uv(const u8 vsel)
70 if (!vsel)
73 * There is no specific formula for voltage to vsel
79 if (vsel == 0x3A)
83 return ((((vsel - 1) * 1266) + 70900)) * 10;
85 return ((((vsel - 1) * 1266) + 60770)) * 10;
107 * There is no specific formula for voltage to vsel
116 pr_err("%s:OUT OF RANGE! non mapped vsel for %ld Vs max %ld\n",