Home
last modified time | relevance | path

Searched refs:max_inputfreq (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c263 info->vco1.max_inputfreq = INT_MAX; in nvbios_pll_parse()
264 info->vco2.max_inputfreq = INT_MAX; in nvbios_pll_parse()
309 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 16) * 1000; in nvbios_pll_parse()
310 info->vco2.max_inputfreq = nvbios_rd16(bios, data + 18) * 1000; in nvbios_pll_parse()
338 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 12) * 1000; in nvbios_pll_parse()
339 info->vco2.max_inputfreq = nvbios_rd16(bios, data + 14) * 1000; in nvbios_pll_parse()
359 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 6) * 1000; in nvbios_pll_parse()
373 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 11) * 1000; in nvbios_pll_parse()
414 info->vco1.max_inputfreq = INT_MAX; in nvbios_pll_parse()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpllgt215.c42 lM = (info->refclk + info->vco1.max_inputfreq) / info->vco1.max_inputfreq; in gt215_pll_calc()
Dpllnv04.c45 int maxU = info->vco1.max_inputfreq; in getMNP_single()
143 int maxU1 = info->vco1.max_inputfreq, maxU2 = info->vco2.max_inputfreq; in getMNP_double()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h67 u32 max_inputfreq; member