Searched refs:fconst (Results 1 – 1 of 1) sorted by relevance
/drivers/video/fbdev/ |
D | amifb.c | 1126 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local 1374 fconst = 16 << maxfmode << clk_shift; in ami_decode_var() 1382 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64); in ami_decode_var() 1383 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; in ami_decode_var() 1393 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - in ami_decode_var() 1400 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; in ami_decode_var() 1401 fsize = upx(fconst, xres_n + in ami_decode_var() 1402 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var() 1406 fsize = upx(fconst, xres_n); in ami_decode_var() 1413 fsize = up64(xres_n + fconst - 1); in ami_decode_var() [all …]
|