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

/linux-4.4.14/drivers/video/fbdev/
H A Damifb.c574 #define upx(x, v) (((v) + (x) - 1) & -(x)) macro
1401 fsize = upx(fconst, xres_n + ami_decode_var()
1406 fsize = upx(fconst, xres_n); ami_decode_var()
1439 par->next_plane = div8(upx(16 << maxfmode, par->vxres)); ami_decode_var()
1446 par->next_line = div8(upx(16 << maxfmode, par->vxres)); ami_decode_var()
1492 par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) || ami_decode_var()
1603 par->xoffset = upx(16 << maxfmode, par->xoffset); ami_update_par()
1613 fsize = upx(fconst, fsize); ami_update_par()
1617 fstop = fstrt + upx(fconst, fsize) - 64; ami_update_par()
2422 info->fix.line_length = div8(upx(16 << maxfmode, par->vxres)); amifb_set_par()
2551 upx(16 << maxfmode, info->var.xres_virtual) || amifb_pan_display()

Completed in 76 milliseconds