Searched refs:downx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 575 #define downx(x, v) ((v) & -(x)) macro 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() 1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var() 1614 move = downx(2 << maxfmode, div8(par->xoffset)); in ami_update_par() 1616 fstrt = downx(fconst, fstrt) - 64; in ami_update_par() 1620 mod = fstrt = downx(fconst, fstrt) - fconst; in ami_update_par()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 575 #define downx(x, v) ((v) & -(x)) macro 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() 1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var() 1614 move = downx(2 << maxfmode, div8(par->xoffset)); in ami_update_par() 1616 fstrt = downx(fconst, fstrt) - 64; in ami_update_par() 1620 mod = fstrt = downx(fconst, fstrt) - fconst; in ami_update_par()
|
Completed in 17 milliseconds