Searched refs:CURSOR_POS_MASK (Results 1 – 5 of 5) sorted by relevance
459 temp |= ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT); in gma_crtc_cursor_move()460 temp |= ((y & CURSOR_POS_MASK) << CURSOR_Y_SHIFT); in gma_crtc_cursor_move()
737 #define CURSOR_POS_MASK 0x007FF macro
368 #define CURSOR_POS_MASK 0x7ff macro
1935 tmp = ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT) | in intelfbhw_cursor_setpos()1936 ((y & CURSOR_POS_MASK) << CURSOR_Y_SHIFT); in intelfbhw_cursor_setpos()
6691 #define CURSOR_POS_MASK 0x007FF macro