Home
last modified time | relevance | path

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

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