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