Searched refs:bgx (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/matrox/
H A Dmatroxfb_accel.c321 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, argument
346 mga_outl(M_FCOL, bgx);
358 u_int8_t bgx2 = bgx & 0xF0;
367 u_int8_t bgx2 = bgx & 0x0F;
389 u_int32_t bgx, const u_int8_t *chardata,
424 mga_outl(M_BCOL, bgx);
486 u_int32_t fgx, bgx; local
489 bgx = ((u_int32_t*)info->pseudo_palette)[image->bg_color];
490 matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, image->dx);
388 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
/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.c321 static void matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, argument
346 mga_outl(M_FCOL, bgx);
358 u_int8_t bgx2 = bgx & 0xF0;
367 u_int8_t bgx2 = bgx & 0x0F;
389 u_int32_t bgx, const u_int8_t *chardata,
424 mga_outl(M_BCOL, bgx);
486 u_int32_t fgx, bgx; local
489 bgx = ((u_int32_t*)info->pseudo_palette)[image->bg_color];
490 matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, image->dx);
388 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
/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
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;
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);
/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
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;
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);
/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
1527 bgx = image->bg_color;
1533 bgx = ((u32 *)info->pseudo_palette)[image->bg_color];
1536 bgx = par->palette[image->bg_color];
1539 convert_bgcolor_16(&bgx);
1549 NV_WR32(&par->riva.Bitmap->Color0E, 0, bgx);
/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
1527 bgx = image->bg_color;
1533 bgx = ((u32 *)info->pseudo_palette)[image->bg_color];
1536 bgx = par->palette[image->bg_color];
1539 convert_bgcolor_16(&bgx);
1549 NV_WR32(&par->riva.Bitmap->Color0E, 0, bgx);

Completed in 224 milliseconds