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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_misc.c541 minfo->limits.pixel.vcomax = maxdac;
553 minfo->limits.pixel.vcomax = 220000;
562 minfo->limits.pixel.vcomax =
563 minfo->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000);
576 minfo->limits.pixel.vcomax =
577 minfo->limits.system.vcomax = 230000;
586 minfo->limits.pixel.vcomax =
587 minfo->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000);
604 minfo->limits.pixel.vcomax =
605 minfo->limits.system.vcomax
[all...]
H A Dg450_pll.c109 unsigned int vcomax; local
111 vcomax = pi->vcomax;
112 if (fout > (vcomax / 2)) {
113 if (fout > vcomax) {
114 *vco = vcomax;
124 while (p && (tvco > vcomax)) {
H A Dmatroxfb_base.h237 unsigned int vcomax; member in struct:matrox_pll_limits

Completed in 110 milliseconds