Lines Matching +full:200 +full:mhz
140 int fs; /*Sampling rate of the ADC in MHz*/
697 /* in MHz */ in si21xx_set_frontend()
705 int icoarse_tune_freq; /* MHz */ in si21xx_set_frontend()
706 int ifine_tune_freq; /* MHz */ in si21xx_set_frontend()
716 /* allowable sample rates for ADC in MHz */ in si21xx_set_frontend()
717 int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, in si21xx_set_frontend()
720 /* in MHz */ in si21xx_set_frontend()
743 /* in MHz */ in si21xx_set_frontend()
750 band_low = (rf_freq - lnb_lo) - ((lnb_uncertanity * 200) in si21xx_set_frontend()
751 + (data_rate * 135)) / 200; in si21xx_set_frontend()
753 band_high = (rf_freq - lnb_lo) + ((lnb_uncertanity * 200) in si21xx_set_frontend()
754 + (data_rate * 135)) / 200; in si21xx_set_frontend()
816 sample_rate = 200; in si21xx_set_frontend()
830 state->fs = sample_rate;/*ADC MHz*/ in si21xx_set_frontend()
867 .frequency_min_hz = 950 * MHz,
868 .frequency_max_hz = 2150 * MHz,
918 msleep(200); in si21xx_attach()