Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dmax17042_battery.c849 u32 soc, soc_tr; in max17042_set_soc_threshold() local
856 soc_tr = (soc + off) << 8; in max17042_set_soc_threshold()
858 soc_tr |= soc - off; in max17042_set_soc_threshold()
859 regmap_write(map, MAX17042_SALRT_Th, soc_tr); in max17042_set_soc_threshold()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dmax17042_battery.c851 u32 soc, soc_tr; in max17042_set_soc_threshold() local
858 soc_tr = (soc + off) << 8; in max17042_set_soc_threshold()
860 soc_tr |= soc - off; in max17042_set_soc_threshold()
861 regmap_write(map, MAX17042_SALRT_Th, soc_tr); in max17042_set_soc_threshold()

Completed in 4 milliseconds