IS_LARGE_AREA      51 drivers/input/touchscreen/cyttsp4_core.h #define IS_LARGE_AREA(x)		((x) & 0x20)
IS_LARGE_AREA      33 drivers/input/touchscreen/cyttsp_core.c #define IS_LARGE_AREA(x)		(((x) & 0x10) >> 4)