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

/linux-master/drivers/video/fbdev/
H A Damifb.c574 #define upx(x, v) (((v) + (x) - 1) & -(x)) macro
1407 fsize = upx(fconst, xres_n +
1412 fsize = upx(fconst, xres_n);
1445 par->next_plane = div8(upx(16 << maxfmode, par->vxres));
1452 par->next_line = div8(upx(16 << maxfmode, par->vxres));
1496 if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) ||
1607 par->xoffset = upx(16 << maxfmode, par->xoffset);
1617 fsize = upx(fconst, fsize);
1621 fstop = fstrt + upx(fconst, fsize) - 64;
2424 info->fix.line_length = div8(upx(1
[all...]

Completed in 333 milliseconds