Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dtridentfb.c520 int col, bgcol; in tridentfb_imageblit() local
530 bgcol = img->bg_color; in tridentfb_imageblit()
531 bgcol |= bgcol << 8; in tridentfb_imageblit()
532 bgcol |= bgcol << 16; in tridentfb_imageblit()
535 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; in tridentfb_imageblit()
541 img->width, img->height, col, bgcol); in tridentfb_imageblit()
/linux-4.1.27/drivers/staging/sm750fb/
Dsm750.c259 unsigned int fgcol, bgcol; in lynxfb_ops_imageblit() local
275 bgcol = ((u32 *)info->pseudo_palette)[image->bg_color]; in lynxfb_ops_imageblit()
278 bgcol = image->bg_color; in lynxfb_ops_imageblit()
296 fgcol, bgcol, HW_ROP2_COPY); in lynxfb_ops_imageblit()