Searched refs:SC1200_COLOR_MASK (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1200.c1563 key = (key & SC1200_COLOR_MASK) | ((unsigned long)select_color2 <<
2715 *key = READ_VID32(SC1200_CURSOR_COLOR_KEY) & SC1200_COLOR_MASK;
2716 *mask = READ_VID32(SC1200_CURSOR_COLOR_MASK) & SC1200_COLOR_MASK;
2717 *color1 = READ_VID32(SC1200_CURSOR_COLOR_1) & SC1200_COLOR_MASK;
2720 SC1200_COLOR_MASK);
H A Dgfx_regs.h581 #define SC1200_COLOR_MASK 0x00FFFFFF /* 24 significant bits */ macro
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_1200.c1473 (key & SC1200_COLOR_MASK) | ((unsigned long) select_color2 <<
2649 *key = READ_VID32(SC1200_CURSOR_COLOR_KEY) & SC1200_COLOR_MASK;
2650 *mask = READ_VID32(SC1200_CURSOR_COLOR_MASK) & SC1200_COLOR_MASK;
2651 *color1 = READ_VID32(SC1200_CURSOR_COLOR_1) & SC1200_COLOR_MASK;
2654 SC1200_COLOR_MASK);
H A Dgfx_regs.h482 #define SC1200_COLOR_MASK 0x00FFFFFF /* 24 significant macro

Completed in 16 milliseconds