Searched defs:bgx (Results 1 - 6 of 6) sorted by relevance

/drivers/video/fbdev/core/
H A Dcfbimgblt.c219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; local
242 bgx <<= bpp;
244 bgx |= bgcolor;
248 eorx = fgx ^ bgx;
257 FB_WRITEL((end_mask & eorx)^bgx, dst++);
H A Dsysimgblt.c189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; local
212 bgx <<= bpp;
214 bgx |= bgcolor;
218 eorx = fgx ^ bgx;
229 *dst++ = (end_mask & eorx) ^ bgx;
/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c336 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, argument
362 mga_outl(M_FCOL, bgx);
374 u_int8_t bgx2 = bgx & 0xF0;
383 u_int8_t bgx2 = bgx & 0x0F;
405 u_int32_t bgx, const u_int8_t *chardata,
441 mga_outl(M_BCOL, bgx);
504 u_int32_t fgx, bgx; local
507 bgx = ((u_int32_t*)info->pseudo_palette)[image->bg_color];
508 matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, image->dx);
404 matroxfb_1bpp_imageblit(struct matrox_fb_info *minfo, u_int32_t fgx, u_int32_t bgx, const u_int8_t *chardata, int width, int height, int yy, int xx) argument
/drivers/video/fbdev/
H A Dpm2fb.c1159 u32 fgx, bgx; local
1177 bgx = image->bg_color;
1182 bgx = par->palette[image->bg_color];
1187 bgx |= bgx << 8;
1191 bgx |= bgx << 16;
1212 pm2_WR(par, PM2R_CONSTANT_COLOR, bgx);
1226 pm2_WR(par, PM2R_FB_BLOCK_COLOR, bgx);
H A Dpm3fb.c522 u32 fgx, bgx; local
534 bgx = image->bg_color;
539 bgx = par->palette[image->bg_color];
549 bgx |= bgx << 8;
553 bgx |= bgx << 16;
559 PM3_WRITE_REG(par, PM3BackgroundColor, bgx);
/drivers/video/fbdev/riva/
H A Dfbdev.c1504 u32 fgx = 0, bgx = 0, width, tmp; local
1517 bgx = image->bg_color;
1523 bgx = ((u32 *)info->pseudo_palette)[image->bg_color];
1526 bgx = par->palette[image->bg_color];
1529 convert_bgcolor_16(&bgx);
1539 NV_WR32(&par->riva.Bitmap->Color0E, 0, bgx);

Completed in 92 milliseconds