Searched refs:CHARGER_CURRENT_RESOLUTION (Results 1 – 2 of 2) sorted by relevance
53 fc = (current - CHARGER_MIN_CURRENT) / CHARGER_CURRENT_RESOLUTION; in pmic_charger_state()56 printf("Enable the charger @ %d [mA]\n", fc * CHARGER_CURRENT_RESOLUTION in pmic_charger_state()
180 #define CHARGER_CURRENT_RESOLUTION 50 macro