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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm9240.c127 static inline unsigned int AOUT_FROM_REG(u8 reg) function
459 return sprintf(buf, "%d\n", AOUT_FROM_REG(data->aout));
H A Dlm87.c140 #define AOUT_FROM_REG(reg) (((reg) * 98 + 5) / 10) macro
530 return sprintf(buf, "%d\n", AOUT_FROM_REG(data->aout));

Completed in 36 milliseconds