FAN_FROM_REG      200 drivers/hwmon/adm1026.c #define FAN_FROM_REG(val, div) ((val) == 0 ? -1 : (val) == 0xff ? 0 : \
FAN_FROM_REG      209 drivers/hwmon/adm1031.c #define FAN_FROM_REG(reg, div)		((reg) ? \
FAN_FROM_REG      100 drivers/hwmon/adm9240.c static inline unsigned int FAN_FROM_REG(u8 reg, u8 div)
FAN_FROM_REG      123 drivers/hwmon/asb100.c static int FAN_FROM_REG(u8 val, int div)
FAN_FROM_REG      332 drivers/hwmon/dme1737.c static inline int FAN_FROM_REG(int reg, int tpc)
FAN_FROM_REG       88 drivers/hwmon/gl518sm.c #define FAN_FROM_REG(val, div)	((val) == 0 ? 0 : (480000 / ((val) * (div))))
FAN_FROM_REG      329 drivers/hwmon/gl520sm.c #define FAN_FROM_REG(val, div) ((val) == 0 ? 0 : (480000 / ((val) << (div))))
FAN_FROM_REG      607 drivers/hwmon/it87.c #define FAN_FROM_REG(val, div) ((val) == 0 ? -1 : (val) == 255 ? 0 : \
FAN_FROM_REG      112 drivers/hwmon/lm63.c #define FAN_FROM_REG(reg)	((reg) == 0xFFFC || (reg) == 0 ? 0 : \
FAN_FROM_REG       88 drivers/hwmon/lm78.c static inline int FAN_FROM_REG(u8 val, int div)
FAN_FROM_REG       73 drivers/hwmon/lm80.c #define FAN_FROM_REG(val, div)	((val) == 0 ? -1 : \
FAN_FROM_REG      142 drivers/hwmon/lm85.c #define FAN_FROM_REG(val)	((val) == 0 ? -1 : (val) == 0xffff ? 0 : \
FAN_FROM_REG      119 drivers/hwmon/lm87.c #define FAN_FROM_REG(reg, div)	((reg) == 255 || (reg) == 0 ? 0 : \
FAN_FROM_REG       62 drivers/hwmon/max6639.c #define FAN_FROM_REG(val, rpm_range)	((val) == 0 || (val) == 255 ? \
FAN_FROM_REG      112 drivers/hwmon/pc87360.c #define FAN_FROM_REG(val, div)		((val) == 0 ? 0 : \
FAN_FROM_REG      135 drivers/hwmon/sis5595.c static inline int FAN_FROM_REG(u8 val, int div)
FAN_FROM_REG      108 drivers/hwmon/smsc47m1.c #define FAN_FROM_REG(reg, div, preload)	((reg) <= (preload) || (reg) == 255 ? \
FAN_FROM_REG      165 drivers/hwmon/via686a.c #define FAN_FROM_REG(val, div) ((val) == 0 ? 0 : (val) == 255 ? 0 : 1350000 / \
FAN_FROM_REG      140 drivers/hwmon/vt8231.c #define FAN_FROM_REG(val, div) ((val) == 0 ? 0 : 1310720 / ((val) * (div)))
FAN_FROM_REG      280 drivers/hwmon/w83627hf.c #define FAN_FROM_REG(val,div) ((val)==0?-1:(val)==255?0:1350000/((val)*(div)))
FAN_FROM_REG      162 drivers/hwmon/w83781d.c FAN_FROM_REG(u8 val, int div)
FAN_FROM_REG      221 drivers/hwmon/w83791d.c #define FAN_FROM_REG(val, div)	((val) == 0 ? -1 : \
FAN_FROM_REG      229 drivers/hwmon/w83792d.c #define FAN_FROM_REG(val, div)	((val) == 0   ? -1 : \
FAN_FROM_REG      170 drivers/hwmon/w83793.c static inline unsigned long FAN_FROM_REG(u16 val)
FAN_FROM_REG       80 drivers/hwmon/w83l786ng.c #define FAN_FROM_REG(val, div)	((val) == 0   ? -1 : \