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

/linux-master/drivers/input/mouse/
H A Dalps.h100 #define SS4_PLUS_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 4) & 0x0070) | \ macro
113 #define SS4_PLUS_BTL_MF_X_V2(_b, _i) (SS4_PLUS_STD_MF_X_V2(_b, _i) | \
H A Dalps.c1216 f->mt[0].x = SS4_PLUS_STD_MF_X_V2(p, 0);
1217 f->mt[1].x = SS4_PLUS_STD_MF_X_V2(p, 1);
1254 f->mt[2].x = SS4_PLUS_STD_MF_X_V2(p, 0);
1255 f->mt[3].x = SS4_PLUS_STD_MF_X_V2(p, 1);

Completed in 218 milliseconds