Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dab8500_fg.c1012 u64 div_res; in ab8500_fg_convert_mah_to_uwh() local
1015 div_res = ((u64) cap_mah) * ((u64) di->vbat_nom); in ab8500_fg_convert_mah_to_uwh()
1016 div_rem = do_div(div_res, 1000); in ab8500_fg_convert_mah_to_uwh()
1020 div_res++; in ab8500_fg_convert_mah_to_uwh()
1022 return (int) div_res; in ab8500_fg_convert_mah_to_uwh()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500_fg.c1031 u64 div_res; in ab8500_fg_convert_mah_to_uwh() local
1039 div_res = ((u64) cap_mah) * ((u64) di->vbat_nom_uv); in ab8500_fg_convert_mah_to_uwh()
1040 div_rem = do_div(div_res, 1000000); in ab8500_fg_convert_mah_to_uwh()
1044 div_res++; in ab8500_fg_convert_mah_to_uwh()
1046 return (int) div_res; in ab8500_fg_convert_mah_to_uwh()

Completed in 7 milliseconds