Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/charge/
H A Dsc8551_charger.c51 #define SC8551_AC_OVP_BASE 11 macro
169 if (threshold < SC8551_AC_OVP_BASE) in sc8551_set_acovp_th()
170 threshold = SC8551_AC_OVP_BASE; in sc8551_set_acovp_th()
175 val = (threshold - SC8551_AC_OVP_BASE) / SC8551_AC_OVP_LSB; in sc8551_set_acovp_th()