Lines Matching refs:vco2

250 		info->vco2.min_freq = nv_ro32(bios, data + 8);  in nvbios_pll_parse()
251 info->vco2.max_freq = nv_ro32(bios, data + 12); in nvbios_pll_parse()
253 info->vco2.min_inputfreq = nv_ro32(bios, data + 20); in nvbios_pll_parse()
255 info->vco2.max_inputfreq = INT_MAX; in nvbios_pll_parse()
279 info->vco2.min_n = 0x4; in nvbios_pll_parse()
283 info->vco2.max_n = 0x1f; in nvbios_pll_parse()
286 info->vco2.max_n = 0x28; in nvbios_pll_parse()
289 info->vco2.min_m = 0x1; in nvbios_pll_parse()
290 info->vco2.max_m = 0x4; in nvbios_pll_parse()
296 info->vco2.min_freq = nv_ro16(bios, data + 8) * 1000; in nvbios_pll_parse()
297 info->vco2.max_freq = nv_ro16(bios, data + 10) * 1000; in nvbios_pll_parse()
299 info->vco2.min_inputfreq = nv_ro16(bios, data + 14) * 1000; in nvbios_pll_parse()
301 info->vco2.max_inputfreq = nv_ro16(bios, data + 18) * 1000; in nvbios_pll_parse()
306 info->vco2.min_n = nv_ro08(bios, data + 24); in nvbios_pll_parse()
307 info->vco2.max_n = nv_ro08(bios, data + 25); in nvbios_pll_parse()
308 info->vco2.min_m = nv_ro08(bios, data + 26); in nvbios_pll_parse()
309 info->vco2.max_m = nv_ro08(bios, data + 27); in nvbios_pll_parse()
325 info->vco2.min_freq = nv_ro16(bios, data + 4) * 1000; in nvbios_pll_parse()
326 info->vco2.max_freq = nv_ro16(bios, data + 6) * 1000; in nvbios_pll_parse()
328 info->vco2.min_inputfreq = nv_ro16(bios, data + 10) * 1000; in nvbios_pll_parse()
330 info->vco2.max_inputfreq = nv_ro16(bios, data + 14) * 1000; in nvbios_pll_parse()
335 info->vco2.min_n = nv_ro08(bios, data + 20); in nvbios_pll_parse()
336 info->vco2.max_n = nv_ro08(bios, data + 21); in nvbios_pll_parse()
337 info->vco2.min_m = nv_ro08(bios, data + 22); in nvbios_pll_parse()
338 info->vco2.max_m = nv_ro08(bios, data + 23); in nvbios_pll_parse()