Home
last modified time | relevance | path

Searched refs:freq_max (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dsccnxp.c103 unsigned long freq_max; member
137 .freq_max = 4000000,
147 .freq_max = 4000000,
157 .freq_max = 4000000,
167 .freq_max = 8000000,
177 .freq_max = 8000000,
187 .freq_max = 50000000,
197 .freq_max = 4000000,
207 .freq_max = 4000000,
908 if ((uartclk < s->chip->freq_min) || (uartclk > s->chip->freq_max)) { in sccnxp_probe()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_frontend.c897 u32 *freq_min, u32 *freq_max, in dvb_frontend_get_frequency_limits() argument
909 *freq_max = tuner_max; in dvb_frontend_get_frequency_limits()
911 *freq_max = frontend_max; in dvb_frontend_get_frequency_limits()
913 *freq_max = min(frontend_max, tuner_max); in dvb_frontend_get_frequency_limits()
915 if (*freq_min == 0 || *freq_max == 0) in dvb_frontend_get_frequency_limits()
927 *freq_max /= kHz; in dvb_frontend_get_frequency_limits()
964 u32 freq_max; in dvb_frontend_check_parameters() local
967 dvb_frontend_get_frequency_limits(fe, &freq_min, &freq_max, NULL); in dvb_frontend_check_parameters()
969 (freq_max && c->frequency > freq_max)) { in dvb_frontend_check_parameters()
972 freq_min, freq_max); in dvb_frontend_check_parameters()
/Linux-v4.19/drivers/video/fbdev/savage/
Dsavagefb_driver.c417 long freq_max, unsigned int *mdiv, in SavageCalcClock() argument
428 if (freq > freq_max / (1 << min_n2)) { in SavageCalcClock()
430 freq = freq_max / (1 << min_n2); in SavageCalcClock()
443 (m * BASE_FREQ <= freq_max * n1)) { in SavageCalcClock()
464 long freq_max, unsigned char *mdiv, in common_calc_clock() argument
481 (m * BASE_FREQ <= freq_max * n1)) { in common_calc_clock()