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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c146 int minM2 = info->vco2.min_m, maxM2 = info->vco2.max_m; getMNP_double() local
150 bool fixedgain2 = (minM2 == maxM2 && minN2 == maxN2); getMNP_double()
177 for (M2 = minM2; M2 <= maxM2; M2++) { getMNP_double()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpll.c278 * maxN2 (0x46) and 10 * maxM2 (0x4), so set maxN2 to 0x28 and nvbios_pll_parse()

Completed in 34 milliseconds