Searched refs:fgx (Results 1 – 2 of 2) sorted by relevance
516 u32 fgx, bgx; in pm3fb_imageblit() local527 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()
1161 u32 fgx, bgx; in pm2fb_imageblit() local1178 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()