Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dadt7475.c33 #define HYSTERSIS 6 macro
397 case HYSTERSIS: in temp_show()
474 case HYSTERSIS: in temp_store()
490 data->temp[HYSTERSIS][sattr->index] &= 0x0F; in temp_store()
491 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF) << 4; in temp_store()
493 data->temp[HYSTERSIS][sattr->index] &= 0xF0; in temp_store()
494 data->temp[HYSTERSIS][sattr->index] |= (val & 0xF); in temp_store()
497 out = data->temp[HYSTERSIS][sattr->index]; in temp_store()
526 case HYSTERSIS: in temp_store()
1116 static SENSOR_DEVICE_ATTR_2_RW(temp1_crit_hyst, temp, HYSTERSIS, 0);
[all …]