Searched refs:_CURSOR_POS_X_SHIFT (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dfb_decoder.h64 #define _CURSOR_POS_X_SHIFT 0 macro
65 #define _CURSOR_POS_X_MASK (0x1fff << _CURSOR_POS_X_SHIFT)
H A Dfb_decoder.c383 plane->x_pos = (val & _CURSOR_POS_X_MASK) >> _CURSOR_POS_X_SHIFT;

Completed in 176 milliseconds