Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
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()