DIV_FROM_REG      395 drivers/hwmon/adm1026.c 			data->fan_div[i] = DIV_FROM_REG(value & 0x03);
DIV_FROM_REG      758 drivers/hwmon/adm1026.c 	data->fan_div[nr] = DIV_FROM_REG(new_div);
DIV_FROM_REG     1814 drivers/hwmon/adm1026.c 		data->fan_div[i] = DIV_FROM_REG(value & 0x03);
DIV_FROM_REG      180 drivers/hwmon/adm1029.c 	val = 1880 * 120 / DIV_FROM_REG(data->fan_div[attr->index])
DIV_FROM_REG      193 drivers/hwmon/adm1029.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[attr->index]));
DIV_FROM_REG      293 drivers/hwmon/asb100.c 		DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      302 drivers/hwmon/asb100.c 		DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      310 drivers/hwmon/asb100.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      327 drivers/hwmon/asb100.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      357 drivers/hwmon/asb100.c 			DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      381 drivers/hwmon/asb100.c 		FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      260 drivers/hwmon/gl518sm.c 					DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      269 drivers/hwmon/gl518sm.c 					DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      277 drivers/hwmon/gl518sm.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      357 drivers/hwmon/gl518sm.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      364 drivers/hwmon/gl520sm.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[n]));
DIV_FROM_REG     1121 drivers/hwmon/it87.c 			     DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG     1132 drivers/hwmon/it87.c 	return sprintf(buf, "%lu\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG     1211 drivers/hwmon/it87.c 		  FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG     1237 drivers/hwmon/it87.c 	min = FAN_FROM_REG(data->fan[nr][1], DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG     1258 drivers/hwmon/it87.c 	data->fan[nr][1] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      300 drivers/hwmon/lm78.c 		DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      310 drivers/hwmon/lm78.c 		DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      327 drivers/hwmon/lm78.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      338 drivers/hwmon/lm78.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[attr->index]));
DIV_FROM_REG      364 drivers/hwmon/lm78.c 			   DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      399 drivers/hwmon/lm78.c 		FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      302 drivers/hwmon/lm80.c 		       DIV_FROM_REG(data->fan_div[index])));
DIV_FROM_REG      312 drivers/hwmon/lm80.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      329 drivers/hwmon/lm80.c 					  DIV_FROM_REG(data->fan_div[index]));
DIV_FROM_REG      360 drivers/hwmon/lm80.c 			   DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      393 drivers/hwmon/lm80.c 	data->fan[f_min][nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      278 drivers/hwmon/max6650.c 	kscale = DIV_FROM_REG(data->config);
DIV_FROM_REG      564 drivers/hwmon/max6650.c 						 DIV_FROM_REG(data->count));
DIV_FROM_REG      567 drivers/hwmon/max6650.c 			*val = DIV_FROM_REG(data->count);
DIV_FROM_REG      575 drivers/hwmon/max6650.c 			*val = 60 * DIV_FROM_REG(data->config) * clock /
DIV_FROM_REG      366 drivers/hwmon/sis5595.c 		DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      376 drivers/hwmon/sis5595.c 		DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      393 drivers/hwmon/sis5595.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      405 drivers/hwmon/sis5595.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      431 drivers/hwmon/sis5595.c 			DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      465 drivers/hwmon/sis5595.c 		FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      211 drivers/hwmon/smsc47m1.c 			       DIV_FROM_REG(data->fan_div[nr]),
DIV_FROM_REG      223 drivers/hwmon/smsc47m1.c 			       DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      232 drivers/hwmon/smsc47m1.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[attr->index]));
DIV_FROM_REG      282 drivers/hwmon/smsc47m1.c 	rpmdiv = val * DIV_FROM_REG(data->fan_div[nr]);
DIV_FROM_REG      313 drivers/hwmon/smsc47m1.c 	u8 old_div = DIV_FROM_REG(data->fan_div[nr]);
DIV_FROM_REG      503 drivers/hwmon/via686a.c 				DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      512 drivers/hwmon/via686a.c 			     DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      519 drivers/hwmon/via686a.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      534 drivers/hwmon/via686a.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      171 drivers/hwmon/vt1211.c 				 1310720 / (reg) / DIV_FROM_REG(div))
DIV_FROM_REG      174 drivers/hwmon/vt1211.c 				 DIV_FROM_REG(div)), 1, 254))
DIV_FROM_REG      508 drivers/hwmon/vt1211.c 		res = DIV_FROM_REG(data->fan_div[ix]);
DIV_FROM_REG      500 drivers/hwmon/vt8231.c 				DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      510 drivers/hwmon/vt8231.c 			DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      519 drivers/hwmon/vt8231.c 	return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      537 drivers/hwmon/vt8231.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      553 drivers/hwmon/vt8231.c 				 DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      583 drivers/hwmon/vt8231.c 	data->fan_min[nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      671 drivers/hwmon/w83627hf.c 				(long)DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      679 drivers/hwmon/w83627hf.c 				(long)DIV_FROM_REG(data->fan_div[nr])));
DIV_FROM_REG      695 drivers/hwmon/w83627hf.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      982 drivers/hwmon/w83627hf.c 		       (long) DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG     1009 drivers/hwmon/w83627hf.c 			   DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG     1024 drivers/hwmon/w83627hf.c 	data->fan_min[nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      307 drivers/hwmon/w83781d.c 			DIV_FROM_REG(data->fan_div[attr->index]))); \
DIV_FROM_REG      328 drivers/hwmon/w83781d.c 	    FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      625 drivers/hwmon/w83781d.c 		       (long) DIV_FROM_REG(data->fan_div[attr->index]));
DIV_FROM_REG      654 drivers/hwmon/w83781d.c 			   DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      674 drivers/hwmon/w83781d.c 	data->fan_min[nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      528 drivers/hwmon/w83791d.c 		FAN_FROM_REG(data->reg[nr], DIV_FROM_REG(data->fan_div[nr]))); \
DIV_FROM_REG      549 drivers/hwmon/w83791d.c 	data->fan_min[nr] = fan_to_reg(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      562 drivers/hwmon/w83791d.c 	return sprintf(buf, "%u\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      593 drivers/hwmon/w83791d.c 	min = FAN_FROM_REG(data->fan_min[nr], DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      650 drivers/hwmon/w83791d.c 	data->fan_min[nr] = fan_to_reg(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      402 drivers/hwmon/w83792d.c 		FAN_FROM_REG(data->reg[nr], DIV_FROM_REG(data->fan_div[nr]))); \
DIV_FROM_REG      424 drivers/hwmon/w83792d.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      439 drivers/hwmon/w83792d.c 	return sprintf(buf, "%u\n", DIV_FROM_REG(data->fan_div[nr - 1]));
DIV_FROM_REG      470 drivers/hwmon/w83792d.c 			   DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      482 drivers/hwmon/w83792d.c 	data->fan_min[nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      284 drivers/hwmon/w83l786ng.c 		FAN_FROM_REG(data->reg[nr], DIV_FROM_REG(data->fan_div[nr]))); \
DIV_FROM_REG      305 drivers/hwmon/w83l786ng.c 	data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      319 drivers/hwmon/w83l786ng.c 	return sprintf(buf, "%u\n", DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      351 drivers/hwmon/w83l786ng.c 	min = FAN_FROM_REG(data->fan_min[nr], DIV_FROM_REG(data->fan_div[nr]));
DIV_FROM_REG      375 drivers/hwmon/w83l786ng.c 	data->fan_min[nr] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));