freq_max          888 drivers/media/dvb-core/dvb_frontend.c 					      u32 *freq_min, u32 *freq_max,
freq_max          900 drivers/media/dvb-core/dvb_frontend.c 		*freq_max = tuner_max;
freq_max          902 drivers/media/dvb-core/dvb_frontend.c 		*freq_max = frontend_max;
freq_max          904 drivers/media/dvb-core/dvb_frontend.c 		*freq_max = min(frontend_max, tuner_max);
freq_max          906 drivers/media/dvb-core/dvb_frontend.c 	if (*freq_min == 0 || *freq_max == 0)
freq_max          921 drivers/media/dvb-core/dvb_frontend.c 		*freq_max /= kHz;
freq_max          958 drivers/media/dvb-core/dvb_frontend.c 	u32 freq_max;
freq_max          961 drivers/media/dvb-core/dvb_frontend.c 	dvb_frontend_get_frequency_limits(fe, &freq_min, &freq_max, NULL);
freq_max          963 drivers/media/dvb-core/dvb_frontend.c 	    (freq_max && c->frequency > freq_max)) {
freq_max          966 drivers/media/dvb-core/dvb_frontend.c 			 freq_min, freq_max);
freq_max          108 drivers/tty/serial/sccnxp.c 	unsigned long		freq_max;
freq_max          144 drivers/tty/serial/sccnxp.c 	.freq_max	= 4000000,
freq_max          155 drivers/tty/serial/sccnxp.c 	.freq_max	= 4000000,
freq_max          166 drivers/tty/serial/sccnxp.c 	.freq_max	= 4000000,
freq_max          177 drivers/tty/serial/sccnxp.c 	.freq_max	= 8000000,
freq_max          188 drivers/tty/serial/sccnxp.c 	.freq_max	= 8000000,
freq_max          199 drivers/tty/serial/sccnxp.c 	.freq_max	= 50000000,
freq_max          210 drivers/tty/serial/sccnxp.c 	.freq_max	= 4000000,
freq_max          221 drivers/tty/serial/sccnxp.c 	.freq_max	= 4000000,
freq_max          946 drivers/tty/serial/sccnxp.c 	if ((uartclk < s->chip->freq_min) || (uartclk > s->chip->freq_max)) {
freq_max          417 drivers/video/fbdev/savage/savagefb_driver.c 			    long freq_max, unsigned int *mdiv,
freq_max          428 drivers/video/fbdev/savage/savagefb_driver.c 	if (freq > freq_max / (1 << min_n2)) {
freq_max          430 drivers/video/fbdev/savage/savagefb_driver.c 		freq = freq_max / (1 << min_n2);
freq_max          443 drivers/video/fbdev/savage/savagefb_driver.c 			    (m * BASE_FREQ <= freq_max * n1)) {
freq_max          464 drivers/video/fbdev/savage/savagefb_driver.c 			     long freq_max, unsigned char *mdiv,
freq_max          481 drivers/video/fbdev/savage/savagefb_driver.c 			    (m * BASE_FREQ <= freq_max * n1)) {