Searched refs:tvco (Results 1 – 2 of 2) sorted by relevance
54 unsigned int tvco = *fvco; in g450_nextpll() local70 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 …]
267 uint8_t tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local270 tvco = 0x23; in ch7xxx_mode_set()275 tvco = 0x2d; in ch7xxx_mode_set()282 ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco); in ch7xxx_mode_set()