Searched refs:regtempmax (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | vt8231.c | 87 static const u8 regtempmax[] = { 0x39, 0x3d, 0x2b, 0x2d, 0x2f, 0x31 }; variable 214 regtempmax[i]); in vt8231_update_device() 441 vt8231_write_value(data, regtempmax[0], data->temp_max[0]); in temp1_max_store() 507 vt8231_write_value(data, regtempmax[nr], data->temp_max[nr]); in temp_max_store()
|
H A D | vt1211.c | 68 static u8 regtempmax[] = {0x39, 0x1d, 0x3d, 0x2b, 0x2d, 0x2f, 0x31}; variable 271 regtempmax[ix]); in vt1211_update_device() 458 vt1211_write8(data, regtempmax[ix], in set_temp()
|