Searched refs:fgx (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dcfbimgblt.c219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; local
241 fgx <<= bpp;
243 fgx |= fgcolor;
248 eorx = fgx ^ bgx;
H A Dsysimgblt.c189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; local
211 fgx <<= bpp;
213 fgx |= fgcolor;
218 eorx = fgx ^ bgx;
H A Dpm2fb.c1159 u32 fgx, bgx; local
1176 fgx = image->fg_color;
1181 fgx = par->palette[image->fg_color];
1186 fgx |= fgx << 8;
1190 fgx |= fgx << 16;
1218 pm2_WR(par, PM2R_CONSTANT_COLOR, fgx);
1232 pm2_WR(par, PM2R_FB_BLOCK_COLOR, fgx);
H A Dpm3fb.c522 u32 fgx, bgx; local
533 fgx = image->fg_color;
538 fgx = par->palette[image->fg_color];
548 fgx |= fgx << 8;
552 fgx |= fgx << 16;
558 PM3_WRITE_REG(par, PM3ForegroundColor, fgx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dcfbimgblt.c219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; local
241 fgx <<= bpp;
243 fgx |= fgcolor;
248 eorx = fgx ^ bgx;
H A Dsysimgblt.c189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; local
211 fgx <<= bpp;
213 fgx |= fgcolor;
218 eorx = fgx ^ bgx;
H A Dpm2fb.c1159 u32 fgx, bgx; local
1176 fgx = image->fg_color;
1181 fgx = par->palette[image->fg_color];
1186 fgx |= fgx << 8;
1190 fgx |= fgx << 16;
1218 pm2_WR(par, PM2R_CONSTANT_COLOR, fgx);
1232 pm2_WR(par, PM2R_FB_BLOCK_COLOR, fgx);
H A Dpm3fb.c522 u32 fgx, bgx; local
533 fgx = image->fg_color;
538 fgx = par->palette[image->fg_color];
548 fgx |= fgx << 8;
552 fgx |= fgx << 16;
558 PM3_WRITE_REG(par, PM3ForegroundColor, fgx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_accel.c388 static void matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, argument
423 mga_outl(M_FCOL, fgx);
486 u_int32_t fgx, bgx; local
488 fgx = ((u_int32_t*)info->pseudo_palette)[image->fg_color];
490 matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, image->dx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_accel.c388 static void matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, argument
423 mga_outl(M_FCOL, fgx);
486 u_int32_t fgx, bgx; local
488 fgx = ((u_int32_t*)info->pseudo_palette)[image->fg_color];
490 matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, image->dx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/riva/
H A Dfbdev.c1514 u32 fgx = 0, bgx = 0, width, tmp; local
1526 fgx = image->fg_color;
1532 fgx = ((u32 *)info->pseudo_palette)[image->fg_color];
1535 fgx = par->palette[image->fg_color];
1550 NV_WR32(&par->riva.Bitmap->Color1E, 0, fgx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1514 u32 fgx = 0, bgx = 0, width, tmp; local
1526 fgx = image->fg_color;
1532 fgx = ((u32 *)info->pseudo_palette)[image->fg_color];
1535 fgx = par->palette[image->fg_color];
1550 NV_WR32(&par->riva.Bitmap->Color1E, 0, fgx);

Completed in 205 milliseconds