Searched refs:DA9150_CHG_STAT_MASK (Results 1 – 2 of 2) sorted by relevance
154 switch (reg & DA9150_CHG_STAT_MASK) { in da9150_charger_battery_status()199 switch (reg & DA9150_CHG_STAT_MASK) { in da9150_charger_battery_health()222 if ((reg & DA9150_CHG_STAT_MASK) == DA9150_CHG_STAT_BAT) in da9150_charger_battery_present()237 switch (reg & DA9150_CHG_STAT_MASK) { in da9150_charger_battery_charge_type()
242 #define DA9150_CHG_STAT_MASK (0x0f << 0) macro