Home
last modified time | relevance | path

Searched refs:HYSTERSIS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dadt7475.c34 #define HYSTERSIS 6 macro
396 case HYSTERSIS: in temp_show()
473 case HYSTERSIS: in temp_store()
489 data->temp[HYSTERSIS][sattr->index] &= 0xF0; in temp_store()
490 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF) << 4; in temp_store()
492 data->temp[HYSTERSIS][sattr->index] &= 0x0F; in temp_store()
493 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF); in temp_store()
496 out = data->temp[HYSTERSIS][sattr->index]; in temp_store()
525 case HYSTERSIS: in temp_store()
1115 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit_hyst, temp, HYSTERSIS, 0);
[all …]