Lines Matching defs:fsize
1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n;
1388 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64);
1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize;
1400 fsize;
1407 fsize = upx(fconst, xres_n +
1409 if (fstrt + fsize > maxfetchstop)
1412 fsize = upx(fconst, xres_n);
1413 if (fstrt + fsize > maxfetchstop) {
1419 fsize = up64(xres_n + fconst - 1);
1420 if (min_fstrt + fsize - 64 > maxfetchstop)
1423 fsize = up64(xres_n);
1424 if (min_fstrt + fsize - 64 > maxfetchstop) {
1429 fsize -= 64;
1431 fsize -= fconst;
1437 if (par->htotal - fsize - 64 < par->bpp * 64)
1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod;
1612 fsize = (par->xres + vshift) << clk_shift;
1617 fsize = upx(fconst, fsize);
1618 fstop = fstrt + fsize - fconst;
1621 fstop = fstrt + upx(fconst, fsize) - 64;
1622 fsize = up64(fsize);
1623 fstrt = fstop - fsize + 64;
1630 mod = par->next_line - div8(fsize>>clk_shift);
1638 par->bpl1mod = -div8(fsize>>clk_shift);