HomeSort by: relevance | last modified time | path
    Searched refs:maxM (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_pllnv04.c 47 int minM = info->vco1.min_m, maxM = info->vco1.max_m;
65 maxM = 6;
67 maxM = 2;
70 maxM = 6;
72 maxM = 4;
74 maxM = 2;
97 for (M = minM; M <= maxM; M++) {
  /src/sys/dev/ic/
igsfb_subr.c 669 igsfb_calc_pll(int target, int *Mp, int *Np, int *Pp, int maxM, int maxN,
692 if (0 <= M && M <= maxM)

Completed in 14 milliseconds