Searched refs:fstrt (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | amifb.c | 1982 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local 2234 fstrt = downx(fconst, par->diwstrt_h-4) - fsize; in ami_decode_var() 2235 if (fstrt < min_fstrt) { in ami_decode_var() 2244 fstrt = downx(fconst, par->diwstrt_h-fconst+(1<<clk_shift)-4) - fsize; in ami_decode_var() 2245 if (fstrt < min_fstrt) in ami_decode_var() 2250 fstrt = downx(fconst, par->diwstrt_h-4) - 64 - fconst; in ami_decode_var() 2252 if (fstrt + fsize > maxfetchstop) in ami_decode_var() 2256 if (fstrt + fsize > maxfetchstop) { in ami_decode_var() 2520 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local 2529 fstrt = par->diwstrt_h - (vshift<<clk_shift) - 4; in ami_update_par() [all …]
|