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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtridentfb.c520 int col, bgcol; local
530 bgcol = img->bg_color;
531 bgcol |= bgcol << 8;
532 bgcol |= bgcol << 16;
535 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color];
541 img->width, img->height, col, bgcol);

Completed in 165 milliseconds