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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dadm9240.c128 static inline unsigned int AOUT_FROM_REG(u8 reg) function
432 return sprintf(buf, "%d\n", AOUT_FROM_REG(data->aout));
H A Dlm87.c139 #define AOUT_FROM_REG(reg) (((reg) * 98 + 5) / 10) macro
518 return sprintf(buf, "%d\n", AOUT_FROM_REG(data->aout));

Completed in 100 milliseconds