Lines Matching refs:fconst
1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local
1380 fconst = 16 << maxfmode << clk_shift; in ami_decode_var()
1388 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64); in ami_decode_var()
1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; in ami_decode_var()
1399 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - in ami_decode_var()
1406 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; in ami_decode_var()
1407 fsize = upx(fconst, xres_n + in ami_decode_var()
1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var()
1412 fsize = upx(fconst, xres_n); in ami_decode_var()
1419 fsize = up64(xres_n + fconst - 1); in ami_decode_var()
1431 fsize -= fconst; in ami_decode_var()
1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
1609 fconst = 16 << maxfmode << clk_shift; in ami_update_par()
1613 shift = modx(fconst, fstrt); in ami_update_par()
1616 fstrt = downx(fconst, fstrt) - 64; in ami_update_par()
1617 fsize = upx(fconst, fsize); in ami_update_par()
1618 fstop = fstrt + fsize - fconst; in ami_update_par()
1620 mod = fstrt = downx(fconst, fstrt) - fconst; in ami_update_par()
1621 fstop = fstrt + upx(fconst, fsize) - 64; in ami_update_par()