fstrt 1126 drivers/video/fbdev/amifb.c u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; fstrt 1383 drivers/video/fbdev/amifb.c fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; fstrt 1384 drivers/video/fbdev/amifb.c if (fstrt < min_fstrt) { fstrt 1393 drivers/video/fbdev/amifb.c fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - fstrt 1395 drivers/video/fbdev/amifb.c if (fstrt < min_fstrt) fstrt 1400 drivers/video/fbdev/amifb.c fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; fstrt 1403 drivers/video/fbdev/amifb.c if (fstrt + fsize > maxfetchstop) fstrt 1407 drivers/video/fbdev/amifb.c if (fstrt + fsize > maxfetchstop) { fstrt 1596 drivers/video/fbdev/amifb.c short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; fstrt 1605 drivers/video/fbdev/amifb.c fstrt = par->diwstrt_h - (vshift << clk_shift) - 4; fstrt 1607 drivers/video/fbdev/amifb.c shift = modx(fconst, fstrt); fstrt 1610 drivers/video/fbdev/amifb.c fstrt = downx(fconst, fstrt) - 64; fstrt 1612 drivers/video/fbdev/amifb.c fstop = fstrt + fsize - fconst; fstrt 1614 drivers/video/fbdev/amifb.c mod = fstrt = downx(fconst, fstrt) - fconst; fstrt 1615 drivers/video/fbdev/amifb.c fstop = fstrt + upx(fconst, fsize) - 64; fstrt 1617 drivers/video/fbdev/amifb.c fstrt = fstop - fsize + 64; fstrt 1618 drivers/video/fbdev/amifb.c if (fstrt < min_fstrt) { fstrt 1619 drivers/video/fbdev/amifb.c fstop += min_fstrt - fstrt; fstrt 1620 drivers/video/fbdev/amifb.c fstrt = min_fstrt; fstrt 1622 drivers/video/fbdev/amifb.c move = move - div8((mod - fstrt)>>clk_shift); fstrt 1625 drivers/video/fbdev/amifb.c par->ddfstrt = fstrt;