Searched defs:IS_LARGE_AREA (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ | ||
H A D | cyttsp_core.c | 34 #define IS_LARGE_AREA(x) (((x) & 0x10) >> 4) macro |
H A D | cyttsp4_core.h | 51 #define IS_LARGE_AREA(x) ((x) & 0x20) macro |