Searched refs:vcomax (Results 1 – 11 of 11) sorted by relevance
543 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()565 minfo->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000); 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()589 minfo->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000); in parse_pins3()606 minfo->limits.pixel.vcomax = in default_pins3()607 minfo->limits.system.vcomax = 230000; in default_pins3()[all …]
109 unsigned int vcomax; in g450_firstpll() local111 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()
216 unsigned int vcomax; member
20 static const unsigned int vcomax = 3000000; in mgag200_g200eh3_pixpllc_atomic_check() local38 if (clock * testm > vcomax) in mgag200_g200eh3_pixpllc_atomic_check()
27 static const unsigned int vcomax = 800000; in mgag200_g200ew3_pixpllc_atomic_check() local47 if ((clock * testp * testp2) > vcomax) in mgag200_g200ew3_pixpllc_atomic_check()
117 static const unsigned int vcomax = 320000; in mgag200_g200se_00_pixpllc_atomic_check() local135 if (clock * testp > vcomax) in mgag200_g200se_00_pixpllc_atomic_check()200 static const unsigned int vcomax = 1600000; in mgag200_g200se_04_pixpllc_atomic_check() local229 if ((clock * testp) > vcomax) in mgag200_g200se_04_pixpllc_atomic_check()
45 static const unsigned int vcomax = 800000; in mgag200_g200eh_pixpllc_atomic_check() local62 if (clock * testp > vcomax) in mgag200_g200eh_pixpllc_atomic_check()
62 static const unsigned int vcomax = 1488000; in mgag200_g200er_pixpllc_atomic_check() local93 if (vco > vcomax) in mgag200_g200er_pixpllc_atomic_check()
43 static const unsigned int vcomax = 550000; in mgag200_g200wb_pixpllc_atomic_check() local60 if (clock * testp > vcomax) in mgag200_g200wb_pixpllc_atomic_check()
51 static const unsigned int vcomax = 550000; in mgag200_g200ev_pixpllc_atomic_check() local68 if (clock * testp > vcomax) in mgag200_g200ev_pixpllc_atomic_check()
338 u64 vco_freq, freq, diff, vcomin, vcomax; in clk_wzrd_get_divisors_ver() local349 vcomax = VER_WZRD_VCO_MAX; in clk_wzrd_get_divisors_ver()354 if (vco_freq >= vcomin && vco_freq <= vcomax) { in clk_wzrd_get_divisors_ver()376 u64 vco_freq, freq, diff, vcomin, vcomax; in clk_wzrd_get_divisors() local387 vcomax = WZRD_VCO_MAX; in clk_wzrd_get_divisors()392 if (vco_freq >= vcomin && vco_freq <= vcomax) { in clk_wzrd_get_divisors()