Searched refs:tvco (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/matrox/
H A Dg450_pll.c60 unsigned int tvco = *fvco; local
76 tvco >>= 1;
77 if (tvco < pi->vcomin) {
80 *fvco = tvco;
84 if (tvco < 550000) {
86 } else if (tvco < 700000) {
88 } else if (tvco < 1000000) {
90 } else if (tvco < 1150000) {
99 n = ((tvco * (m+1) + minfo->features.pll.ref_freq) / (minfo->features.pll.ref_freq * 2)) - 2;
120 unsigned int tvco; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ch7xxx.c291 u8 tvco, tpcp, tpd, tlpf, idf; local
294 tvco = 0x23;
299 tvco = 0x2d;
306 ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco);

Completed in 124 milliseconds