Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dtsc2005.c59 uint16_t temp_thr[2]; member
166 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()
321 s->temp_thr[0] = 0x000; in tsc2005_reset()
322 s->temp_thr[1] = 0xfff; in tsc2005_reset()
481 VMSTATE_UINT16_ARRAY(temp_thr, TSC2005State, 2),