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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhecubafb.c277 unsigned int fbmemlength; local
282 fbmemlength = (xres * info->var.yres)/8;
284 if (p > fbmemlength)
288 if ((count + p) > fbmemlength) {
289 count = fbmemlength - p;
H A Darcfb.c450 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; local
457 fbmemlength = (xres * info->var.yres)/8;
459 if (p > fbmemlength)
463 if ((count + p) > fbmemlength) {
464 count = fbmemlength - p;

Completed in 86 milliseconds