AUTOMIN
static SENSOR_DEVICE_ATTR_2_RW(temp1_auto_point1_temp, temp, AUTOMIN, 0);
static SENSOR_DEVICE_ATTR_2_RW(temp2_auto_point1_temp, temp, AUTOMIN, 1);
static SENSOR_DEVICE_ATTR_2_RW(temp3_auto_point1_temp, temp, AUTOMIN, 2);
data->temp[AUTOMIN][i] = ret << 2;
case AUTOMIN:
val = reg2temp(data, data->temp[AUTOMIN][sattr->index]);
data->temp[AUTOMIN][sattr->index] =
temp = reg2temp(data, data->temp[AUTOMIN][sattr->index]);