Searched refs:VREG_LSB (Results 1 – 1 of 1) sorted by relevance
43 #define VREG_LSB 10000 macro324 else if (volt > (VREG_BASE + (VREG_MAXVAL * VREG_LSB))) in cps5601x_set_chargevolt()325 volt = VREG_BASE + (VREG_MAXVAL * VREG_LSB); in cps5601x_set_chargevolt()327 val = (volt - VREG_BASE) / VREG_LSB; in cps5601x_set_chargevolt()