Searched refs:CURSOR_POS_SIGN (Results 1 – 5 of 5) sorted by relevance
367 #define CURSOR_POS_SIGN (1 << 15) macro
637 #define CURSOR_POS_SIGN 0x8000 macro
1133 temp |= (CURSOR_POS_SIGN << CURSOR_X_SHIFT); in psb_intel_crtc_cursor_move()1137 temp |= (CURSOR_POS_SIGN << CURSOR_Y_SHIFT); in psb_intel_crtc_cursor_move()
2535 #define CURSOR_POS_SIGN 0x8000 macro
5279 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; in intel_crtc_update_cursor()5288 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT; in intel_crtc_update_cursor()