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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c470 u32 ddstotal = (image->width + 31) >> 5; local
472 u32 skipleft = ddstotal - ddsleft;
492 pd = ((u32 *) image->data) + ddstotal - skipleft - 1;
496 pd += ddstotal;

Completed in 36 milliseconds