Searched refs:WORD_ASSEMBLY (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c146 #define WORD_ASSEMBLY(byte1, byte2) (((byte2) << 8) | (byte1)) macro
406 cur_x = WORD_ASSEMBLY(priv->packet_buf[3], priv->packet_buf[4]);
407 cur_y = WORD_ASSEMBLY(priv->packet_buf[5], priv->packet_buf[6]);

Completed in 3 milliseconds