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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcfbimgblt.c267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
276 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
277 start_index = bitstart & (32 - 1);
280 bitstart /= 8;
281 bitstart &= ~(bpl - 1);
282 dst1 = p->screen_base + bitstart;
H A Dsysimgblt.c242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
251 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
252 start_index = bitstart & (32 - 1);
255 bitstart /= 8;
256 bitstart &= ~(bpl - 1);
257 dst1 = (void __force *)p->screen_base + bitstart;

Completed in 103 milliseconds