vcomax            104 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int vcomax, vcomin, pllreffreq;
vcomax            116 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcomax = 320000;
vcomax            124 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (clock * testp > vcomax)
vcomax            150 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcomax        = 1600000;
vcomax            166 drivers/gpu/drm/mgag200/mgag200_mode.c 			if ((clock * testp) > vcomax)
vcomax            223 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int vcomax, vcomin, pllreffreq;
vcomax            238 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcomax = 800000;
vcomax            246 drivers/gpu/drm/mgag200/mgag200_mode.c 				if ((clock * testp * testp2) > vcomax)
vcomax            273 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcomax = 550000;
vcomax            278 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (clock * testp > vcomax)
vcomax            402 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int vcomax, vcomin, pllreffreq;
vcomax            410 drivers/gpu/drm/mgag200/mgag200_mode.c 	vcomax = 550000;
vcomax            417 drivers/gpu/drm/mgag200/mgag200_mode.c 		if (clock * testp > vcomax)
vcomax            495 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int vcomax, vcomin, pllreffreq;
vcomax            507 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcomax = 3000000;
vcomax            516 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (clock * testm > vcomax)
vcomax            540 drivers/gpu/drm/mgag200/mgag200_mode.c 		vcomax = 800000;
vcomax            547 drivers/gpu/drm/mgag200/mgag200_mode.c 			if (clock * testp > vcomax)
vcomax            625 drivers/gpu/drm/mgag200/mgag200_mode.c 	unsigned int vcomax, vcomin, pllreffreq;
vcomax            634 drivers/gpu/drm/mgag200/mgag200_mode.c 	vcomax = 1488000;
vcomax            654 drivers/gpu/drm/mgag200/mgag200_mode.c 					if (vco > vcomax)
vcomax            109 drivers/video/fbdev/matrox/g450_pll.c 	unsigned int vcomax;
vcomax            111 drivers/video/fbdev/matrox/g450_pll.c 	vcomax = pi->vcomax;
vcomax            112 drivers/video/fbdev/matrox/g450_pll.c 	if (fout > (vcomax / 2)) {
vcomax            113 drivers/video/fbdev/matrox/g450_pll.c 		if (fout > vcomax) {
vcomax            114 drivers/video/fbdev/matrox/g450_pll.c 			*vco = vcomax;
vcomax            124 drivers/video/fbdev/matrox/g450_pll.c 		while (p && (tvco > vcomax)) {
vcomax            217 drivers/video/fbdev/matrox/matroxfb_base.h 	unsigned int	vcomax;
vcomax            543 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax = maxdac;
vcomax            555 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	= 220000;
vcomax            564 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	=
vcomax            565 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000);
vcomax            578 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	=
vcomax            579 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= 230000;
vcomax            588 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	=
vcomax            589 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= (bd->pins[36] == 0xFF) ? 230000			: ((bd->pins[36] + 100) * 1000);
vcomax            606 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	=
vcomax            607 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= 230000;
vcomax            618 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	= (bd->pins[ 39] == 0xFF) ? 230000			: bd->pins[ 39] * 4000;
vcomax            619 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= (bd->pins[ 38] == 0xFF) ? minfo->limits.pixel.vcomax	: bd->pins[ 38] * 4000;
vcomax            637 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	=
vcomax            638 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= 252000;
vcomax            654 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	= (bd->pins[ 38] == 0xFF) ? 600000			: bd->pins[ 38] * mult;
vcomax            655 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	= (bd->pins[ 36] == 0xFF) ? minfo->limits.pixel.vcomax	: bd->pins[ 36] * mult;
vcomax            656 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.video.vcomax	= (bd->pins[ 37] == 0xFF) ? minfo->limits.system.vcomax	: bd->pins[ 37] * mult;
vcomax            687 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.pixel.vcomax	=
vcomax            688 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.system.vcomax	=
vcomax            689 drivers/video/fbdev/matrox/matroxfb_misc.c 	minfo->limits.video.vcomax	= 600000;