Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dbu21013_ts.c23 #define MASK_BITS 0x03 macro
209 unsigned int x = p[0] << SHIFT_2 | (p[1] & MASK_BITS); in bu21013_do_touch_report()
210 unsigned int y = p[2] << SHIFT_2 | (p[3] & MASK_BITS); in bu21013_do_touch_report()