Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dtnetv107x-ts.c40 #define TSC_TAIL_SKIP 1 macro
41 #define TSC_SKIP (TSC_HEAD_SKIP + TSC_TAIL_SKIP + 1)
183 index = (ts->sample_count - TSC_TAIL_SKIP - 1) % TSC_SAMPLES; in tsc_irq()