Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dtsc2005.c60 uint16_t aux_thr[2]; member
161 return s->aux_thr[1]; in tsc2005_read()
163 return s->aux_thr[0]; in tsc2005_read()
190 s->aux_thr[1] = data; in tsc2005_write()
193 s->aux_thr[0] = data; in tsc2005_write()
323 s->aux_thr[0] = 0x000; in tsc2005_reset()
324 s->aux_thr[1] = 0xfff; in tsc2005_reset()
482 VMSTATE_UINT16_ARRAY(aux_thr, TSC2005State, 2),