Searched refs:vcomax (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/xilinx/ |
| H A D | clk-xlnx-clock-wizard.c | 345 u64 vco_freq, freq, diff, vcomin, vcomax, best_diff = -1ULL; in clk_wzrd_get_divisors_ver() local 356 vcomax = VER_WZRD_VCO_MAX; in clk_wzrd_get_divisors_ver() 361 if (vco_freq < vcomin || vco_freq > vcomax) in clk_wzrd_get_divisors_ver() 387 u64 vco_freq, freq, diff, vcomin, vcomax, best_diff = -1ULL; in clk_wzrd_get_divisors() local 398 vcomax = WZRD_VCO_MAX << 3; in clk_wzrd_get_divisors() 401 mdmin = max(dmin, div64_u64(parent_rate * m + vcomax / 2, vcomax)); in clk_wzrd_get_divisors()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 216 unsigned int vcomax; member
|