Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dmax17042_battery.c853 u32 soc, soc_tr; in max17042_set_soc_threshold()
863 soc_tr = (soc + off) << 8; in max17042_set_soc_threshold()
865 soc_tr |= soc - off; in max17042_set_soc_threshold()
866 regmap_write(map, MAX17042_SALRT_Th, soc_tr);
851 u32 soc, soc_tr; max17042_set_soc_threshold() local