Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/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.h237 unsigned int vcomax; member