Searched refs:fstrt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local 1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; in ami_decode_var() 1390 if (fstrt < min_fstrt) { in ami_decode_var() 1399 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - in ami_decode_var() 1401 if (fstrt < min_fstrt) in ami_decode_var() 1406 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; in ami_decode_var() 1409 if (fstrt + fsize > maxfetchstop) in ami_decode_var() 1413 if (fstrt + fsize > maxfetchstop) { in ami_decode_var() 1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local 1611 fstrt in ami_update_par() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; in ami_decode_var() local 1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize; in ami_decode_var() 1390 if (fstrt < min_fstrt) { in ami_decode_var() 1399 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) - in ami_decode_var() 1401 if (fstrt < min_fstrt) in ami_decode_var() 1406 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst; in ami_decode_var() 1409 if (fstrt + fsize > maxfetchstop) in ami_decode_var() 1413 if (fstrt + fsize > maxfetchstop) { in ami_decode_var() 1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local 1611 fstrt in ami_update_par() [all...] |
Completed in 7 milliseconds