Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dtridentfb.c642 int col, bgcol; in tridentfb_imageblit() local
652 bgcol = img->bg_color; in tridentfb_imageblit()
653 bgcol |= bgcol << 8; in tridentfb_imageblit()
654 bgcol |= bgcol << 16; in tridentfb_imageblit()
657 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; in tridentfb_imageblit()
663 img->width, img->height, col, bgcol); in tridentfb_imageblit()
/linux/drivers/staging/sm750fb/
H A Dsm750.c238 unsigned int fgcol, bgcol; in lynxfb_ops_imageblit() local
261 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit()
264 bgcol = image->bg_color; in lynxfb_ops_imageblit()
280 fgcol, bgcol, HW_ROP2_COPY); in lynxfb_ops_imageblit()