Lines Matching refs:fstrt
1126 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local
1383 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; in ami_decode_var()
1384 if (fstrt < min_fstrt) { in ami_decode_var()
1393 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - in ami_decode_var()
1395 if (fstrt < min_fstrt) in ami_decode_var()
1400 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; in ami_decode_var()
1403 if (fstrt + fsize > maxfetchstop) in ami_decode_var()
1407 if (fstrt + fsize > maxfetchstop) { in ami_decode_var()
1598 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
1607 fstrt = par->diwstrt_h - (vshift << clk_shift) - 4; in ami_update_par()
1609 shift = modx(fconst, fstrt); in ami_update_par()
1612 fstrt = downx(fconst, fstrt) - 64; in ami_update_par()
1614 fstop = fstrt + fsize - fconst; in ami_update_par()
1616 mod = fstrt = downx(fconst, fstrt) - fconst; in ami_update_par()
1617 fstop = fstrt + upx(fconst, fsize) - 64; in ami_update_par()
1619 fstrt = fstop - fsize + 64; in ami_update_par()
1620 if (fstrt < min_fstrt) { in ami_update_par()
1621 fstop += min_fstrt - fstrt; in ami_update_par()
1622 fstrt = min_fstrt; in ami_update_par()
1624 move = move - div8((mod - fstrt)>>clk_shift); in ami_update_par()
1627 par->ddfstrt = fstrt; in ami_update_par()