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

/drivers/video/fbdev/
H A Damifb.c1126 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; local
1398 maxfetchstop = down16(par->htotal - 80);
1403 if (fstrt + fsize > maxfetchstop)
1407 if (fstrt + fsize > maxfetchstop) {
1414 if (min_fstrt + fsize - 64 > maxfetchstop)
1418 if (min_fstrt + fsize - 64 > maxfetchstop) {

Completed in 44 milliseconds