Searched refs:maxdepth (Results 1 – 6 of 6) sorted by relevance
10 :maxdepth: 1
24 :maxdepth: 1
33 :maxdepth: 1
517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable1165 if (par->bpp > maxdepth[clk_shift]) { in ami_decode_var()1166 if (round_down_bpp && maxdepth[clk_shift]) in ami_decode_var()1167 par->bpp = maxdepth[clk_shift]; in ami_decode_var()3563 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */ in amifb_probe()3564 maxdepth[TAG_HIRES] = 4; in amifb_probe()3565 maxdepth[TAG_LORES] = 6; in amifb_probe()3576 maxdepth[TAG_SHRES] = 2; in amifb_probe()3577 maxdepth[TAG_HIRES] = 4; in amifb_probe()3578 maxdepth[TAG_LORES] = 6; in amifb_probe()[all …]
5462 u_char reqtags, maxdepth; in ncr_setup_tags() local5481 maxdepth = lp->scdev_depth; in ncr_setup_tags()5482 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs; in ncr_setup_tags()5483 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth; in ncr_setup_tags()5484 if (lp->numtags > maxdepth) lp->numtags = maxdepth; in ncr_setup_tags()