Home
last modified time | relevance | path

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

/drivers/video/matrox/
Dg450_pll.c54 unsigned int tvco = *fvco; in g450_nextpll() local
70 tvco >>= 1; in g450_nextpll()
71 if (tvco < pi->vcomin) { in g450_nextpll()
74 *fvco = tvco; in g450_nextpll()
78 if (tvco < 550000) { in g450_nextpll()
80 } else if (tvco < 700000) { in g450_nextpll()
82 } else if (tvco < 1000000) { in g450_nextpll()
84 } else if (tvco < 1150000) { in g450_nextpll()
93 …n = ((tvco * (m+1) + ACCESS_FBINFO(features).pll.ref_freq) / (ACCESS_FBINFO(features).pll.ref_freq… in g450_nextpll()
111 unsigned int tvco; in g450_firstpll() local
[all …]
/drivers/gpu/drm/i915/
Ddvo_ch7xxx.c267 uint8_t tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local
270 tvco = 0x23; in ch7xxx_mode_set()
275 tvco = 0x2d; in ch7xxx_mode_set()
282 ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco); in ch7xxx_mode_set()