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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm93.c404 static int LM93_TEMP_FROM_REG(u8 reg) function
501 return LM93_TEMP_FROM_REG(data->boost[nr]) -
509 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode);
1248 return sprintf(buf,"%d\n",LM93_TEMP_FROM_REG(data->block2[nr]));
1260 return sprintf(buf,"%d\n",LM93_TEMP_FROM_REG(data->temp_lim[nr].min));
1290 return sprintf(buf,"%d\n",LM93_TEMP_FROM_REG(data->temp_lim[nr].max));
1320 return sprintf(buf,"%d\n",LM93_TEMP_FROM_REG(data->block10.base[nr]));
1351 return sprintf(buf,"%d\n",LM93_TEMP_FROM_REG(data->boost[nr]));

Completed in 15 milliseconds