_CURSOR_POS_Y_SHIFT
plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT;
#define _CURSOR_POS_Y_MASK (0xfff << _CURSOR_POS_Y_SHIFT)