Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc8551_charger.c98 #define SC8551_BUS_OVP_BASE 6000 macro
1011 if (threshold < SC8551_BUS_OVP_BASE) in sc8551_set_busovp_th()
1012 threshold = SC8551_BUS_OVP_BASE; in sc8551_set_busovp_th()
1014 val = (threshold - SC8551_BUS_OVP_BASE) / SC8551_BUS_OVP_LSB; in sc8551_set_busovp_th()