Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Ddme1737.c239 u8 zone_hyst[2]; member
746 for (ix = 0; ix < ARRAY_SIZE(data->zone_hyst); ix++) { in dme1737_update_device()
747 data->zone_hyst[ix] = dme1737_read(data, in dme1737_update_device()
985 TEMP_HYST_FROM_REG(data->zone_hyst[ix == 2], ix); in show_zone()
1032 data->zone_hyst[ix == 2] = TEMP_HYST_TO_REG(temp, val, ix, reg); in set_zone()
1034 data->zone_hyst[ix == 2]); in set_zone()