Searched refs:bandwidth_lut (Results 1 – 2 of 2) sorted by relevance
122 } bandwidth_lut[] = { in msi001_set_tuner() local187 for (i = 0; i < ARRAY_SIZE(bandwidth_lut); i++) { in msi001_set_tuner()188 if (bandwidth <= bandwidth_lut[i].freq) { in msi001_set_tuner()189 bandwidth = bandwidth_lut[i].val; in msi001_set_tuner()194 if (i == ARRAY_SIZE(bandwidth_lut)) { in msi001_set_tuner()199 s->bandwidth->val = bandwidth_lut[i].freq; in msi001_set_tuner()201 dev_dbg(&s->spi->dev, "bandwidth selected=%d\n", bandwidth_lut[i].freq); in msi001_set_tuner()
896 } bandwidth_lut[] = { in hackrf_set_bandwidth() local925 for (i = 0; i < ARRAY_SIZE(bandwidth_lut); i++) { in hackrf_set_bandwidth()926 if (bandwidth <= bandwidth_lut[i].freq) { in hackrf_set_bandwidth()927 bandwidth = bandwidth_lut[i].freq; in hackrf_set_bandwidth()