Searched refs:vcomax (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 542 minfo->limits.pixel.vcomax = maxdac; parse_pins1() 554 minfo->limits.pixel.vcomax = 220000; default_pins1() 563 minfo->limits.pixel.vcomax = parse_pins2() 564 minfo->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000); parse_pins2() 577 minfo->limits.pixel.vcomax = default_pins2() 578 minfo->limits.system.vcomax = 230000; default_pins2() 587 minfo->limits.pixel.vcomax = parse_pins3() 588 minfo->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000); parse_pins3() 605 minfo->limits.pixel.vcomax = default_pins3() 606 minfo->limits.system.vcomax = 230000; default_pins3() 617 minfo->limits.pixel.vcomax = (bd->pins[ 39] == 0xFF) ? 230000 : bd->pins[ 39] * 4000; parse_pins4() 618 minfo->limits.system.vcomax = (bd->pins[ 38] == 0xFF) ? minfo->limits.pixel.vcomax : bd->pins[ 38] * 4000; parse_pins4() 636 minfo->limits.pixel.vcomax = default_pins4() 637 minfo->limits.system.vcomax = 252000; default_pins4() 653 minfo->limits.pixel.vcomax = (bd->pins[ 38] == 0xFF) ? 600000 : bd->pins[ 38] * mult; parse_pins5() 654 minfo->limits.system.vcomax = (bd->pins[ 36] == 0xFF) ? minfo->limits.pixel.vcomax : bd->pins[ 36] * mult; parse_pins5() 655 minfo->limits.video.vcomax = (bd->pins[ 37] == 0xFF) ? minfo->limits.system.vcomax : bd->pins[ 37] * mult; parse_pins5() 686 minfo->limits.pixel.vcomax = default_pins5() 687 minfo->limits.system.vcomax = default_pins5() 688 minfo->limits.video.vcomax = 600000; default_pins5()
|
H A D | g450_pll.c | 109 unsigned int vcomax; g450_firstpll() local 111 vcomax = pi->vcomax; g450_firstpll() 112 if (fout > (vcomax / 2)) { g450_firstpll() 113 if (fout > vcomax) { g450_firstpll() 114 *vco = vcomax; g450_firstpll() 124 while (p && (tvco > vcomax)) { g450_firstpll()
|
H A D | matroxfb_base.h | 237 unsigned int vcomax; member in struct:matrox_pll_limits
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
H A D | mgag200_mode.c | 109 unsigned int vcomax, vcomin, pllreffreq; mga_g200se_set_plls() local 116 vcomax = 320000; mga_g200se_set_plls() 124 if (clock * testp > vcomax) mga_g200se_set_plls() 160 unsigned int vcomax, vcomin, pllreffreq; mga_g200wb_set_plls() local 170 vcomax = 550000; mga_g200wb_set_plls() 178 if (clock * testp > vcomax) mga_g200wb_set_plls() 300 unsigned int vcomax, vcomin, pllreffreq; mga_g200ev_set_plls() local 308 vcomax = 550000; mga_g200ev_set_plls() 316 if (clock * testp > vcomax) mga_g200ev_set_plls() 394 unsigned int vcomax, vcomin, pllreffreq; mga_g200eh_set_plls() local 404 vcomax = 800000; mga_g200eh_set_plls() 412 if (clock * testp > vcomax) mga_g200eh_set_plls() 489 unsigned int vcomax, vcomin, pllreffreq; mga_g200er_set_plls() local 498 vcomax = 1488000; mga_g200er_set_plls() 518 if (vco > vcomax) mga_g200er_set_plls()
|
Completed in 64 milliseconds