Searched refs:GET_X (Results 1 – 1 of 1) sorted by relevance
94 #define GET_X(buf, n) (((buf[FT5406_POINT_XH(n)] & 0xf) << 8) | \ macro155 x = GET_X(sc->sc_window, i); in ft5406ts_callout()