Searched refs:modx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amifb.c | 576 #define modx(x, v) ((v) & ((x) - 1)) macro 1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var() 1610 vshift = modx(16 << maxfmode, par->xoffset); in ami_update_par() 1613 shift = modx(fconst, fstrt); in ami_update_par()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amifb.c | 576 #define modx(x, v) ((v) & ((x) - 1)) macro 1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4))); in ami_decode_var() 1610 vshift = modx(16 << maxfmode, par->xoffset); in ami_update_par() 1613 shift = modx(fconst, fstrt); in ami_update_par()
|
Completed in 10 milliseconds