Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dltc4283.c763 u32 reg_val, isense_max; in ltc4283_write_curr_byte() local
765 isense_max = DIV_ROUND_CLOSEST(st->vsense_max * MICRO * DECA, st->rsense); in ltc4283_write_curr_byte()
766 val = clamp_val(val, 0, isense_max); in ltc4283_write_curr_byte()