Home
last modified time | relevance | path

Searched refs:vcomax (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_misc.c543 minfo->limits.pixel.vcomax = maxdac; in parse_pins1()
555 minfo->limits.pixel.vcomax = 220000; in default_pins1()
564 minfo->limits.pixel.vcomax = in parse_pins2()
578 minfo->limits.pixel.vcomax = in default_pins2()
579 minfo->limits.system.vcomax = 230000; in default_pins2()
588 minfo->limits.pixel.vcomax = in parse_pins3()
606 minfo->limits.pixel.vcomax = in default_pins3()
637 minfo->limits.pixel.vcomax = in default_pins4()
690 minfo->limits.pixel.vcomax = in default_pins5()
691 minfo->limits.system.vcomax = in default_pins5()
[all …]
A Dg450_pll.c109 unsigned int vcomax; in g450_firstpll() local
111 vcomax = pi->vcomax; in g450_firstpll()
112 if (fout > (vcomax / 2)) { in g450_firstpll()
113 if (fout > vcomax) { in g450_firstpll()
114 *vco = vcomax; in g450_firstpll()
124 while (p && (tvco > vcomax)) { in g450_firstpll()
A Dmatroxfb_base.h217 unsigned int vcomax; member
/linux/drivers/gpu/drm/mgag200/
A Dmgag200_pll.c117 static const unsigned int vcomax = 320000; in mgag200_pixpll_compute_g200se_00() local
131 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200se_00()
192 static const unsigned int vcomax = 1600000; in mgag200_pixpll_compute_g200se_04() local
217 if ((clock * testp) > vcomax) in mgag200_pixpll_compute_g200se_04()
303 static const unsigned int vcomax = 550000; in mgag200_pixpll_compute_g200wb() local
316 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200wb()
489 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200ev()
614 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200eh()
739 if (clock * testm > vcomax) in mgag200_pixpll_compute_g200eh3()
809 if (vco > vcomax) in mgag200_pixpll_compute_g200er()
[all …]

Completed in 17 milliseconds