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

/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dramnvc0.c106 struct nvbios_pll refpll; member in struct:nvc0_ram
215 /* calculate refpll */
216 ret = nva3_pll_calc(nv_subdev(pfb), &ram->refpll,
219 nv_error(pfb, "unable to calc refpll\n");
234 nv_error(pfb, "unable to calc refpll\n");
640 ret = nvbios_pll_parse(bios, 0x0c, &ram->refpll);
642 nv_error(ram, "mclk refpll data not found\n");
H A Dramnve0.c49 struct nvbios_pll refpll; member in struct:nve0_ramfuc
181 /* (re)program refpll, if required */
769 /* (re)program refpll, if required */
967 ram->mode = (next->freq > fuc->refpll.vco1.max_freq) ? 2 : 1;
973 * program refpll to that frequency.
982 /* calculate refpll coefficients */
983 ret = nva3_pll_calc(nv_subdev(pfb), &fuc->refpll, refclk, &ram->N1,
987 nv_error(pfb, "unable to calc refpll\n");
1521 ret = nvbios_pll_parse(bios, 0x0c, &ram->fuc.refpll);
1523 nv_error(pfb, "mclk refpll dat
[all...]

Completed in 201 milliseconds