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

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dfb_decoder.h68 #define _CURSOR_POS_Y_SHIFT 16 macro
69 #define _CURSOR_POS_Y_MASK (0xfff << _CURSOR_POS_Y_SHIFT)
H A Dfb_decoder.c385 plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT;

Completed in 181 milliseconds