Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/subdev/bios/
Dpll.c253 info->vco1.max_inputfreq = INT_MAX; in nvbios_pll_parse()
254 info->vco2.max_inputfreq = INT_MAX; in nvbios_pll_parse()
299 info->vco1.max_inputfreq = nv_ro16(bios, data + 16) * 1000; in nvbios_pll_parse()
300 info->vco2.max_inputfreq = nv_ro16(bios, data + 18) * 1000; in nvbios_pll_parse()
328 info->vco1.max_inputfreq = nv_ro16(bios, data + 12) * 1000; in nvbios_pll_parse()
329 info->vco2.max_inputfreq = nv_ro16(bios, data + 14) * 1000; in nvbios_pll_parse()
349 info->vco1.max_inputfreq = nv_ro16(bios, data + 6) * 1000; in nvbios_pll_parse()
390 info->vco1.max_inputfreq = INT_MAX; in nvbios_pll_parse()
/drivers/gpu/drm/nouveau/core/subdev/clock/
Dpllnva3.c44 lM = (info->refclk + info->vco1.max_inputfreq) / info->vco1.max_inputfreq; in nva3_pll_calc()
Dpllnv04.c46 int maxU = info->vco1.max_inputfreq; in getMNP_single()
144 int maxU1 = info->vco1.max_inputfreq, maxU2 = info->vco2.max_inputfreq; in getMNP_double()
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dpll.h69 u32 max_inputfreq; member