Searched refs:GET_Y (Results 1 – 1 of 1) sorted by relevance
96 #define GET_Y(buf, n) (((buf[FT5406_POINT_YH(n)] & 0xf) << 8) | \ macro156 y = GET_Y(sc->sc_window, i); in ft5406ts_callout()