Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Darcfb.c451 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
461 fbmemlength = (xres * info->var.yres)/8; in arcfb_write()
463 if (p > fbmemlength) in arcfb_write()
467 if ((count + p) > fbmemlength) { in arcfb_write()
468 count = fbmemlength - p; in arcfb_write()