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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllnv04.c147 int minN2 = info->vco2.min_n, maxN2 = info->vco2.max_n; getMNP_double() local
150 bool fixedgain2 = (minM2 == maxM2 && minN2 == maxN2); getMNP_double()
187 if (N2 > maxN2) 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 45 milliseconds