Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c542 minfo->limits.pixel.vcomax = maxdac; in parse_pins1()
554 minfo->limits.pixel.vcomax = 220000; in default_pins1()
563 minfo->limits.pixel.vcomax = in parse_pins2()
564 minfo->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000); in parse_pins2()
577 minfo->limits.pixel.vcomax = in default_pins2()
578 minfo->limits.system.vcomax = 230000; in default_pins2()
587 minfo->limits.pixel.vcomax = in parse_pins3()
588 minfo->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000); in parse_pins3()
605 minfo->limits.pixel.vcomax = in default_pins3()
606 minfo->limits.system.vcomax = 230000; in default_pins3()
[all …]
Dg450_pll.c109 unsigned int vcomax; in g450_firstpll() local
111 vcomax = pi->vcomax; in g450_firstpll()
112 if (fout > (vcomax / 2)) { in g450_firstpll()
113 if (fout > vcomax) { in g450_firstpll()
114 *vco = vcomax; in g450_firstpll()
124 while (p && (tvco > vcomax)) { in g450_firstpll()
Dmatroxfb_base.h216 unsigned int vcomax; member
/drivers/gpu/drm/mgag200/
Dmgag200_mode.c99 unsigned int vcomax, vcomin, pllreffreq; in mga_g200se_set_plls() local
111 vcomax = 320000; in mga_g200se_set_plls()
119 if (clock * testp > vcomax) in mga_g200se_set_plls()
145 vcomax = 1600000; in mga_g200se_set_plls()
161 if ((clock * testp) > vcomax) in mga_g200se_set_plls()
218 unsigned int vcomax, vcomin, pllreffreq; in mga_g200wb_set_plls() local
233 vcomax = 800000; in mga_g200wb_set_plls()
241 if ((clock * testp * testp2) > vcomax) in mga_g200wb_set_plls()
268 vcomax = 550000; in mga_g200wb_set_plls()
273 if (clock * testp > vcomax) in mga_g200wb_set_plls()
[all …]