Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Daxp288_fuel_gauge.c62 #define FG_REP_CAP_VALID (1 << 7) macro
297 if (!(fg_res & FG_REP_CAP_VALID)) in fuel_gauge_get_status()
300 fg_res &= ~FG_REP_CAP_VALID; in fuel_gauge_get_status()
383 if (!(info->fg_res & FG_REP_CAP_VALID)) in fuel_gauge_get_property()