Searched refs:downx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Damifb.c575 #define downx(x, v) ((v) & -(x)) macro
1389 fstrt = downx(fconst, par->diwstrt_h - 4) - fsize;
1399 fstrt = downx(fconst, par->diwstrt_h - fconst + (1 << clk_shift) - 4) -
1406 fstrt = downx(fconst, par->diwstrt_h - 4) - 64 - fconst;
1408 modx(fconst, downx(1 << clk_shift, par->diwstrt_h - 4)));
1614 move = downx(2 << maxfmode, div8(par->xoffset));
1616 fstrt = downx(fconst, fstrt) - 64;
1620 mod = fstrt = downx(fconst, fstrt) - fconst;

Completed in 101 milliseconds