Searched refs:max_inputfreq (Results 1 – 4 of 4) sorted by relevance
269 info->vco1.max_inputfreq = INT_MAX; in nvbios_pll_parse()270 info->vco2.max_inputfreq = INT_MAX; in nvbios_pll_parse()315 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 16) * 1000; in nvbios_pll_parse()316 info->vco2.max_inputfreq = nvbios_rd16(bios, data + 18) * 1000; in nvbios_pll_parse()344 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 12) * 1000; in nvbios_pll_parse()345 info->vco2.max_inputfreq = nvbios_rd16(bios, data + 14) * 1000; in nvbios_pll_parse()365 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 6) * 1000; in nvbios_pll_parse()379 info->vco1.max_inputfreq = nvbios_rd16(bios, data + 11) * 1000; in nvbios_pll_parse()420 info->vco1.max_inputfreq = INT_MAX; in nvbios_pll_parse()
47 lM = (info->refclk + info->vco1.max_inputfreq) / info->vco1.max_inputfreq; in gt215_pll_calc()
50 int maxU = info->vco1.max_inputfreq; in getMNP_single()148 int maxU1 = info->vco1.max_inputfreq, maxU2 = info->vco2.max_inputfreq; in getMNP_double()
69 u32 max_inputfreq; member