Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc8551_charger.c47 #define SC8551_BAT_OVP_BASE 3500 macro
954 if (threshold < SC8551_BAT_OVP_BASE) in sc8551_set_batovp_th()
955 threshold = SC8551_BAT_OVP_BASE; in sc8551_set_batovp_th()
957 val = (threshold - SC8551_BAT_OVP_BASE) / SC8551_BAT_OVP_LSB; in sc8551_set_batovp_th()