Lines Matching defs:blue
179 var->red.length = var->green.length = var->blue.length = 8;
183 var->blue.offset = 0;
513 * @blue: The blue value which can be up to 16 bits wide.
518 tgafb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue,
529 blue >>= 8;
536 TGA_WRITE_REG(par, blue|(BT485_DATA_PAL<<8),TGA_RAMDAC_REG);
542 TGA_WRITE_REG(par, blue, TGA_RAMDAC_REG);
552 TGA_WRITE_REG(par, blue, TGA_RAMDAC_REG);
1377 info->var.blue.length = 8;
1380 info->var.blue.offset = 0;