Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc8551_charger.c121 #define SC8551_BUS_OCP_BASE 1000 macro
1049 if (threshold < SC8551_BUS_OCP_BASE) in sc8551_set_busocp_th()
1050 threshold = SC8551_BUS_OCP_BASE; in sc8551_set_busocp_th()
1052 val = (threshold - SC8551_BUS_OCP_BASE) / SC8551_BUS_OCP_LSB; in sc8551_set_busocp_th()