Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dsgm41542_charger.c110 #define SGM4154x_PRECHRG_I_MIN_uA 60000 macro
291 if (uA < SGM4154x_PRECHRG_I_MIN_uA) in sgm4154x_set_prechrg_curr()
292 uA = SGM4154x_PRECHRG_I_MIN_uA; in sgm4154x_set_prechrg_curr()
296 reg_val = (uA - SGM4154x_PRECHRG_I_MIN_uA) / SGM4154x_PRECHRG_CURRENT_STEP_uA; in sgm4154x_set_prechrg_curr()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsgm41542_charger.c121 #define SGM4154x_PRECHRG_I_MIN_uA 60000 macro
281 if (uA < SGM4154x_PRECHRG_I_MIN_uA) in sgm4154x_set_prechrg_curr()
282 uA = SGM4154x_PRECHRG_I_MIN_uA; in sgm4154x_set_prechrg_curr()
286 reg_val = (uA - SGM4154x_PRECHRG_I_MIN_uA) / SGM4154x_PRECHRG_CURRENT_STEP_uA; in sgm4154x_set_prechrg_curr()