Home
last modified time | relevance | path

Searched refs:CURSOR_X_SHIFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dgma_display.c453 temp |= (CURSOR_POS_SIGN << CURSOR_X_SHIFT); in gma_crtc_cursor_move()
461 temp |= ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT); in gma_crtc_cursor_move()
H A Dpsb_intel_reg.h739 #define CURSOR_X_SHIFT 0 macro
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h369 #define CURSOR_X_SHIFT 0 macro
H A Dintelfbhw.c1933 tmp = ((x & CURSOR_POS_MASK) << CURSOR_X_SHIFT) | in intelfbhw_cursor_setpos()