Home
last modified time | relevance | path

Searched refs:fgx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/
H A Dpm3fb.c516 u32 fgx, bgx; in pm3fb_imageblit() local
527 fgx = image->fg_color; in pm3fb_imageblit()
532 fgx = par->palette[image->fg_color]; in pm3fb_imageblit()
542 fgx |= fgx << 8; in pm3fb_imageblit()
546 fgx |= fgx << 16; in pm3fb_imageblit()
552 PM3_WRITE_REG(par, PM3ForegroundColor, fgx); in pm3fb_imageblit()
H A Dpm2fb.c1161 u32 fgx, bgx; in pm2fb_imageblit() local
1178 fgx = image->fg_color; in pm2fb_imageblit()
1183 fgx = par->palette[image->fg_color]; in pm2fb_imageblit()
1188 fgx |= fgx << 8; in pm2fb_imageblit()
1192 fgx |= fgx << 16; in pm2fb_imageblit()
1220 pm2_WR(par, PM2R_CONSTANT_COLOR, fgx); in pm2fb_imageblit()
1234 pm2_WR(par, PM2R_FB_BLOCK_COLOR, fgx); in pm2fb_imageblit()