SCH5636_TEMP_ALARM
if (val & SCH5636_TEMP_ALARM) {
val = (data->temp_ctrl[attr->index] & SCH5636_TEMP_ALARM) ? 1 : 0;