temp_ot            85 drivers/hwmon/max6639.c 	u8 temp_ot[2];		/* OT Temperature, 0..255 C (->_emergency) */
temp_ot           249 drivers/hwmon/max6639.c 	return sprintf(buf, "%d\n", (data->temp_ot[attr->index] * 1000));
temp_ot           267 drivers/hwmon/max6639.c 	data->temp_ot[attr->index] = TEMP_LIMIT_TO_REG(val);
temp_ot           270 drivers/hwmon/max6639.c 				  data->temp_ot[attr->index]);
temp_ot           467 drivers/hwmon/max6639.c 		data->temp_ot[i] = 100;
temp_ot           479 drivers/hwmon/max6639.c 				MAX6639_REG_OT_LIMIT(i), data->temp_ot[i]);