Searched refs:POTI_MIN_LEVEL (Results 1 – 3 of 3) sorted by relevance
203 #define POTI_MIN_LEVEL 10 macro218 else if( vpoti <= POTI_MIN_LEVEL ) in BoardGetPotiLevel()225 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
211 #define POTI_MIN_LEVEL 10 macro226 else if( vpoti <= POTI_MIN_LEVEL ) in BoardGetPotiLevel()233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()