Searched refs:temp_thr (Results 1 – 1 of 1) sorted by relevance
59 uint16_t temp_thr[2]; member166 return s->temp_thr[1]; in tsc2005_read()168 return s->temp_thr[0]; in tsc2005_read()197 s->temp_thr[1] = data; in tsc2005_write()200 s->temp_thr[0] = data; in tsc2005_write()327 s->temp_thr[0] = 0x000; in tsc2005_reset()328 s->temp_thr[1] = 0xfff; in tsc2005_reset()494 VMSTATE_UINT16_ARRAY(temp_thr, TSC2005State, 2),