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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Darcfb.c449 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; local
456 fbmemlength = (xres * info->var.yres)/8;
458 if (p > fbmemlength)
462 if ((count + p) > fbmemlength) {
463 count = fbmemlength - p;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Darcfb.c449 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; local
456 fbmemlength = (xres * info->var.yres)/8;
458 if (p > fbmemlength)
462 if ((count + p) > fbmemlength) {
463 count = fbmemlength - p;

Completed in 60 milliseconds