Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc8551_charger.c85 #define SC8551_AC_OVP_BASE 11 macro
1068 if (threshold < SC8551_AC_OVP_BASE) in sc8551_set_acovp_th()
1069 threshold = SC8551_AC_OVP_BASE; in sc8551_set_acovp_th()
1074 val = (threshold - SC8551_AC_OVP_BASE) / SC8551_AC_OVP_LSB; in sc8551_set_acovp_th()