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

/linux-master/drivers/video/fbdev/
H A Damifb.c1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; local
1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize;
1390 if (fstrt < min_fstrt) {
1399 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) -
1401 if (fstrt < min_fstrt)
1406 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst;
1409 if (fstrt + fsize > maxfetchstop)
1413 if (fstrt + fsize > maxfetchstop) {
1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
1611 fstrt
[all...]

Completed in 294 milliseconds