Lines Matching defs:BLUE
270 #define BLUE (CLRSTART+0x200)
510 qdmap[unit].blue = qdbase[unit] + BLUE;
640 qdmap[unit].blue = qdbase[unit] + BLUE;
2214 volatile short *blue;
2232 blue = (short *) qdmap[unit].blue;
2238 blue[rgbp->offset] = (short) rgbp->blue;
3369 volatile short *blue;
3578 blue = (short *) qdmap[unit].blue;
3582 *blue++ = 0x00;
3586 *blue-- = 0xFF;
3594 blue += 254;
3598 *blue++ = 0x00;
3602 *blue = 0xFF;