FAN_DIV_FROM_REG  219 drivers/hwmon/adm1031.c #define FAN_DIV_FROM_REG(reg)		(1<<(((reg)&0xc0)>>6))
FAN_DIV_FROM_REG  124 drivers/hwmon/lm87.c #define FAN_DIV_FROM_REG(reg)	(1 << (reg))
FAN_DIV_FROM_REG  116 drivers/hwmon/pc87360.c #define FAN_DIV_FROM_REG(val)		(1 << (((val) >> 5) & 0x03))