Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsgm41542_charger.c128 #define SGM4154x_TERMCHRG_I_MIN_uA 60000 macro
259 if (uA < SGM4154x_TERMCHRG_I_MIN_uA) in sgm4154x_set_term_curr()
260 uA = SGM4154x_TERMCHRG_I_MIN_uA; in sgm4154x_set_term_curr()
264 reg_val = (uA - SGM4154x_TERMCHRG_I_MIN_uA) / SGM4154x_TERMCHRG_CURRENT_STEP_uA; in sgm4154x_set_term_curr()
/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dsgm41542_charger.c117 #define SGM4154x_TERMCHRG_I_MIN_uA 60000 macro