Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/charge/
H A Dcps5601x_charger.c43 #define VREG_LSB 10000 macro
324 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()