Searched refs:CURSOR_X_SHIFT (Results 1 – 7 of 7) sorted by relevance
467 temp |= (CURSOR_POS_SIGN << CURSOR_X_SHIFT); in gma_crtc_cursor_move()475 temp |= ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT); in gma_crtc_cursor_move()
783 #define CURSOR_X_SHIFT 0 macro
369 #define CURSOR_X_SHIFT 0 macro
1938 tmp = ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT) | in intelfbhw_cursor_setpos()
2938 *x = (pos >> CURSOR_X_SHIFT) & CURSOR_POS_MASK; in cursor_position()2939 if (pos & (CURSOR_POS_SIGN << CURSOR_X_SHIFT)) in cursor_position()
4909 #define CURSOR_X_SHIFT 0 macro
10085 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; in intel_crtc_update_cursor()10088 pos |= x << CURSOR_X_SHIFT; in intel_crtc_update_cursor()