Searched refs:CURSOR_X_SHIFT (Results 1 – 7 of 7) sorted by relevance
369 #define CURSOR_X_SHIFT 0 macro
1939 tmp = ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT) | in intelfbhw_cursor_setpos()
730 #define CURSOR_X_SHIFT 0 macro
1228 temp |= (CURSOR_POS_SIGN << CURSOR_X_SHIFT); in cdv_intel_crtc_cursor_move()1236 temp |= ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT); in cdv_intel_crtc_cursor_move()
1059 temp |= (CURSOR_POS_SIGN << CURSOR_X_SHIFT); in psb_intel_crtc_cursor_move()1067 temp |= ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT); in psb_intel_crtc_cursor_move()
2705 #define CURSOR_X_SHIFT 0 macro
6437 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; in intel_crtc_update_cursor()6440 pos |= x << CURSOR_X_SHIFT; in intel_crtc_update_cursor()