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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dau1550_spi.c57 unsigned freq_max; member in struct:au1550_spi
255 if (hz > spi->max_speed_hz || hz > hw->freq_max || hz < hw->freq_min) {
305 spi->max_speed_hz = hw->freq_max;
306 if (spi->max_speed_hz > hw->freq_max
921 hw->freq_max = hw->pdata->mainclk_hz / min_div;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c795 u32 *freq_min, u32 *freq_max)
800 *freq_max = fe->ops.tuner_ops.info.frequency_max;
802 *freq_max = fe->ops.info.frequency_max;
804 *freq_max = min(fe->ops.info.frequency_max, fe->ops.tuner_ops.info.frequency_max);
806 if (*freq_min == 0 || *freq_max == 0)
815 u32 freq_max; local
818 dvb_frontend_get_frequency_limits(fe, &freq_min, &freq_max);
820 (freq_max && parms->frequency > freq_max)) {
822 fe->dvb->num, fe->id, parms->frequency, freq_min, freq_max);
794 dvb_frontend_get_frequency_limits(struct dvb_frontend *fe, u32 *freq_min, u32 *freq_max) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_driver.c420 long freq_max, unsigned int *mdiv,
431 if (freq > freq_max / (1 << min_n2)) {
433 freq = freq_max / (1 << min_n2);
446 (m * BASE_FREQ <= freq_max * n1)) {
467 long freq_max, unsigned char *mdiv,
484 (m * BASE_FREQ <= freq_max * n1)) {
418 SavageCalcClock(long freq, int min_m, int min_n1, int max_n1, int min_n2, int max_n2, long freq_min, long freq_max, unsigned int *mdiv, unsigned int *ndiv, unsigned int *r) argument
465 common_calc_clock(long freq, int min_m, int min_n1, int max_n1, int min_n2, int max_n2, long freq_min, long freq_max, unsigned char *mdiv, unsigned char *ndiv) argument

Completed in 60 milliseconds