Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc8551_charger.c59 #define SC8551_BAT_OCP_BASE 2000 macro
992 if (threshold < SC8551_BAT_OCP_BASE) in sc8551_set_batocp_th()
993 threshold = SC8551_BAT_OCP_BASE; in sc8551_set_batocp_th()
995 val = (threshold - SC8551_BAT_OCP_BASE) / SC8551_BAT_OCP_LSB; in sc8551_set_batocp_th()