tvco              280 drivers/gpu/drm/i915/display/dvo_ch7xxx.c 	u8 tvco, tpcp, tpd, tlpf, idf;
tvco              283 drivers/gpu/drm/i915/display/dvo_ch7xxx.c 		tvco = 0x23;
tvco              288 drivers/gpu/drm/i915/display/dvo_ch7xxx.c 		tvco = 0x2d;
tvco              295 drivers/gpu/drm/i915/display/dvo_ch7xxx.c 	ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco);
tvco               60 drivers/video/fbdev/matrox/g450_pll.c 	unsigned int tvco = *fvco;
tvco               76 drivers/video/fbdev/matrox/g450_pll.c 				tvco >>= 1;
tvco               77 drivers/video/fbdev/matrox/g450_pll.c 				if (tvco < pi->vcomin) {
tvco               80 drivers/video/fbdev/matrox/g450_pll.c 				*fvco = tvco;
tvco               84 drivers/video/fbdev/matrox/g450_pll.c 			if (tvco < 550000) {
tvco               86 drivers/video/fbdev/matrox/g450_pll.c 			} else if (tvco < 700000) {
tvco               88 drivers/video/fbdev/matrox/g450_pll.c 			} else if (tvco < 1000000) {
tvco               90 drivers/video/fbdev/matrox/g450_pll.c 			} else if (tvco < 1150000) {
tvco               99 drivers/video/fbdev/matrox/g450_pll.c 		n = ((tvco * (m+1) + minfo->features.pll.ref_freq) / (minfo->features.pll.ref_freq * 2)) - 2;
tvco              120 drivers/video/fbdev/matrox/g450_pll.c 		unsigned int tvco;
tvco              123 drivers/video/fbdev/matrox/g450_pll.c 		tvco = g450_f2vco(p, fout);
tvco              124 drivers/video/fbdev/matrox/g450_pll.c 		while (p && (tvco > vcomax)) {
tvco              126 drivers/video/fbdev/matrox/g450_pll.c 			tvco >>= 1;
tvco              128 drivers/video/fbdev/matrox/g450_pll.c 		if (tvco < pi->vcomin) {
tvco              129 drivers/video/fbdev/matrox/g450_pll.c 			tvco = pi->vcomin;
tvco              131 drivers/video/fbdev/matrox/g450_pll.c 		*vco = tvco;