Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq24190_charger.c85 #define BQ24190_REG_CTTC_WATCHDOG_MASK (BIT(5) | BIT(4)) macro
616 bdi->watchdog = ((v & BQ24190_REG_CTTC_WATCHDOG_MASK) >> in bq24190_set_config()
627 v &= ~BQ24190_REG_CTTC_WATCHDOG_MASK; in bq24190_set_config()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds