Home
last modified time | relevance | path

Searched refs:TooLow (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/
Dski2c.c935 SK_BOOL TooLow; /* Is sensor too low? */ in SkI2cCheckSensor() local
955 TooLow = (pSen->SenValue < pSen->SenThreErrLow); in SkI2cCheckSensor()
958 if (TooHigh || TooLow) { in SkI2cCheckSensor()
1026 TooLow = (pSen->SenValue < pSen->SenThreWarnLow); in SkI2cCheckSensor()
1028 if (!IsError && (TooHigh || TooLow)) { in SkI2cCheckSensor()
1089 if (!IsError && !TooHigh && !TooLow) { in SkI2cCheckSensor()