Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dbq24190_charger.c83 #define BQ24190_REG_CTTC_WATCHDOG_MASK (BIT(5) | BIT(4)) macro
629 bdi->watchdog = ((v & BQ24190_REG_CTTC_WATCHDOG_MASK) >> in bq24190_set_config()
640 v &= ~BQ24190_REG_CTTC_WATCHDOG_MASK; in bq24190_set_config()