Searched refs:CURSOR_X_SHIFT (Results 1 – 6 of 6) sorted by relevance
449 temp |= (CURSOR_POS_SIGN << CURSOR_X_SHIFT); in gma_crtc_cursor_move()457 temp |= ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT); in gma_crtc_cursor_move()
771 #define CURSOR_X_SHIFT 0 macro
369 #define CURSOR_X_SHIFT 0 macro
1935 tmp = ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT) | in intelfbhw_cursor_setpos()
10535 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; in intel_cursor_position()10538 pos |= x << CURSOR_X_SHIFT; in intel_cursor_position()
6185 #define CURSOR_X_SHIFT 0 macro