Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dug3105_battery.c64 #define UG3105_CURR_HYST_UA 65000 macro
108 if (chip->curr > UG3105_CURR_HYST_UA) in ug3105_get_status()
111 if (chip->curr < -UG3105_CURR_HYST_UA) in ug3105_get_status()
252 if (curr_diff < UG3105_CURR_HYST_UA) in ug3105_work()