Searched refs:maxfmode (Results 1 – 1 of 1) sorted by relevance
518 static u_short maxfmode, chipset; variable1380 fconst = 16 << maxfmode << clk_shift; in ami_decode_var()1388 fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64); in ami_decode_var()1418 if (maxfmode + clk_shift <= 1) { in ami_decode_var()1445 par->next_plane = div8(upx(16 << maxfmode, par->vxres)); in ami_decode_var()1452 par->next_line = div8(upx(16 << maxfmode, par->vxres)); in ami_decode_var()1477 par->fmode = bplfetchmode[maxfmode]; in ami_decode_var()1496 if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) || in ami_decode_var()1607 par->xoffset = upx(16 << maxfmode, par->xoffset); in ami_update_par()1609 fconst = 16 << maxfmode << clk_shift; in ami_update_par()[all …]