Searched refs:SenValue (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dsklm80.c75 pSen->SenValue = Value * SK_LM80_VT_LSB;
83 pSen->SenValue = SK_LM80_FAN_FAKTOR/Value;
87 pSen->SenValue = 0;
103 pSen->SenValue = (Value * SK_LM80_TEMP_LSB) +
104 (pSen->SenValue % SK_LM80_TEMP_LSB);
118 pSen->SenValue = ((pSen->SenValue / SK_LM80_TEMP_LSB) *
121 if (pSen->SenValue < 0) {
123 pSen->SenValue -= ((Value >> 7) * SK_LM80_TEMPEXT_LSB);
127 pSen->SenValue
[all...]
H A Dski2c.c585 pAC->I2c.SenTable[i].SenValue = 0;
812 pAC->I2c.SenTable[i].SenValue = 0;
956 TooHigh = (pSen->SenValue > pSen->SenThreErrHigh);
957 TooLow = (pSen->SenValue < pSen->SenThreErrLow);
1027 TooHigh = (pSen->SenValue > pSen->SenThreWarnHigh);
1028 TooLow = (pSen->SenValue < pSen->SenThreWarnLow);
1105 if (pSen->SenValue > SK_SEN_PCI_IO_RANGE_LIMITER) {
1124 if (pSen->SenValue > SK_SEN_VAUX_RANGE_LIMITER) {
1140 pSen->SenValue > SK_SEN_WARNLOW2C &&
1141 pSen->SenValue < SK_SEN_WARNHIGH
[all...]
H A Dskgepnmi.c2898 Val32 = (SK_U32)pAC->I2c.SenTable[Index].SenValue;
7326 Val32 = (SK_U32)pAC->I2c.SenTable[SensorIndex].SenValue;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dski2c.h130 SK_I32 SenValue; /* Current value of the sensor */ member in struct:s_Sensor

Completed in 120 milliseconds