Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dtsc210x.c82 bool softstep; member
183 s->softstep = true; in tsc210x_reset()
484 if (s->softstep && !(s->dac_power & (1 << 10))) { in tsc2102_audio_register_read()
533 return (!s->softstep) << 14; in tsc2102_audio_register_read()
760 s->softstep = !(value & 0x4000); in tsc2102_audio_register_write()
1026 VMSTATE_BOOL(softstep, TSC210xState),