Searched refs:CURSOR_POS_MASK (Results 1 – 2 of 2) sorted by relevance
322 #define CURSOR_POS_MASK 0x7ff macro
1723 tmp = ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT) | in intelfbhw_cursor_setpos()1724 ((y & CURSOR_POS_MASK) << CURSOR_Y_SHIFT); in intelfbhw_cursor_setpos()