Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dsccnxp.c104 unsigned long freq_max; member
140 .freq_max = 4000000,
151 .freq_max = 4000000,
162 .freq_max = 4000000,
173 .freq_max = 8000000,
184 .freq_max = 8000000,
195 .freq_max = 50000000,
206 .freq_max = 4000000,
217 .freq_max = 4000000,
942 if ((uartclk < s->chip->freq_min) || (uartclk > s->chip->freq_max)) { in sccnxp_probe()
/Linux-v5.10/drivers/media/dvb-core/
Ddvb_frontend.c888 u32 *freq_min, u32 *freq_max, in dvb_frontend_get_frequency_limits() argument
900 *freq_max = tuner_max; in dvb_frontend_get_frequency_limits()
902 *freq_max = frontend_max; in dvb_frontend_get_frequency_limits()
904 *freq_max = min(frontend_max, tuner_max); in dvb_frontend_get_frequency_limits()
906 if (*freq_min == 0 || *freq_max == 0) in dvb_frontend_get_frequency_limits()
921 *freq_max /= kHz; in dvb_frontend_get_frequency_limits()
958 u32 freq_max; in dvb_frontend_check_parameters() local
961 dvb_frontend_get_frequency_limits(fe, &freq_min, &freq_max, NULL); in dvb_frontend_check_parameters()
963 (freq_max && c->frequency > freq_max)) { in dvb_frontend_check_parameters()
966 freq_min, freq_max); in dvb_frontend_check_parameters()
/Linux-v5.10/drivers/video/fbdev/savage/
Dsavagefb_driver.c416 long freq_max, unsigned int *mdiv, in SavageCalcClock() argument
427 if (freq > freq_max / (1 << min_n2)) { in SavageCalcClock()
429 freq = freq_max / (1 << min_n2); in SavageCalcClock()
442 (m * BASE_FREQ <= freq_max * n1)) { in SavageCalcClock()
463 long freq_max, unsigned char *mdiv, in common_calc_clock() argument
480 (m * BASE_FREQ <= freq_max * n1)) { in common_calc_clock()