Searched refs:DA9150_CHG_STAT_MASK (Results 1 – 2 of 2) sorted by relevance
160 switch (reg & DA9150_CHG_STAT_MASK) { in da9150_charger_battery_status()205 switch (reg & DA9150_CHG_STAT_MASK) { in da9150_charger_battery_health()228 if ((reg & DA9150_CHG_STAT_MASK) == DA9150_CHG_STAT_BAT) in da9150_charger_battery_present()243 switch (reg & DA9150_CHG_STAT_MASK) { in da9150_charger_battery_charge_type()
246 #define DA9150_CHG_STAT_MASK (0x0f << 0) macro