Searched refs:maxfmode (Results 1 – 1 of 1) sorted by relevance
518 static u_short maxfmode, chipset; variable1374 fconst = 16 << maxfmode << clk_shift; in ami_decode_var()1382 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64); in ami_decode_var()1412 if (maxfmode + clk_shift <= 1) { in ami_decode_var()1439 par->next_plane = div8(upx(16 << maxfmode, par->vxres)); in ami_decode_var()1446 par->next_line = div8(upx(16 << maxfmode, par->vxres)); in ami_decode_var()1471 par->fmode = bplfetchmode[maxfmode]; in ami_decode_var()1492 par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) || in ami_decode_var()1603 par->xoffset = upx(16 << maxfmode, par->xoffset); in ami_update_par()1605 fconst = 16 << maxfmode << clk_shift; in ami_update_par()[all …]