Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dtridentfb.c641 int col, bgcol; in tridentfb_imageblit() local
651 bgcol = img->bg_color; in tridentfb_imageblit()
652 bgcol |= bgcol << 8; in tridentfb_imageblit()
653 bgcol |= bgcol << 16; in tridentfb_imageblit()
656 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; in tridentfb_imageblit()
662 img->width, img->height, col, bgcol); in tridentfb_imageblit()
/Linux-v4.19/drivers/staging/sm750fb/
Dsm750.c239 unsigned int fgcol, bgcol; in lynxfb_ops_imageblit() local
262 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit()
265 bgcol = image->bg_color; in lynxfb_ops_imageblit()
281 fgcol, bgcol, HW_ROP2_COPY); in lynxfb_ops_imageblit()