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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Ddvo_ch7xxx.c259 uint8_t tvco, tpcp, tpd, tlpf, idf; local
262 tvco = 0x23;
267 tvco = 0x2d;
274 ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Ddvo_ch7xxx.c259 uint8_t tvco, tpcp, tpd, tlpf, idf; local
262 tvco = 0x23;
267 tvco = 0x2d;
274 ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco);

Completed in 167 milliseconds