Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Daxp288_fuel_gauge.c90 #define AXP288_REG_UPDATE_INTERVAL (60 * HZ) macro
222 if (info->valid && time_before(jiffies, info->last_updated + AXP288_REG_UPDATE_INTERVAL)) in fuel_gauge_update_registers()
H A Daxp288_charger.c99 #define AXP288_REG_UPDATE_INTERVAL (60 * HZ) macro
383 if (info->valid && time_before(jiffies, info->last_updated + AXP288_REG_UPDATE_INTERVAL)) in axp288_charger_usb_update_property()