Searched refs:POTI_MAX_LEVEL (Results 1 – 3 of 3) sorted by relevance
202 #define POTI_MAX_LEVEL 900 macro214 if( vpoti >= POTI_MAX_LEVEL ) in BoardGetPotiLevel()225 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
210 #define POTI_MAX_LEVEL 900 macro222 if( vpoti >= POTI_MAX_LEVEL ) in BoardGetPotiLevel()233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()