Searched refs:tvco (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | g450_pll.c | 60 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...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | g450_pll.c | 60 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...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 280 u8 tvco, tpcp, tpd, tlpf, idf; in ch7xxx_mode_set() local 283 tvco = 0x23; in ch7xxx_mode_set() 288 tvco = 0x2d; in ch7xxx_mode_set() 295 ch7xxx_writeb(dvo, CH7xxx_TVCO, tvco); in ch7xxx_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 291 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()
|
Completed in 3 milliseconds