Home
last modified time | relevance | path

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

/linux/drivers/media/tuners/
H A Dmsi001.c115 } bandwidth_lut[] = { in msi001_set_tuner() local
178 for (i = 0; i < ARRAY_SIZE(bandwidth_lut); i++) { in msi001_set_tuner()
179 if (bandwidth <= bandwidth_lut[i].freq) { in msi001_set_tuner()
180 bandwidth = bandwidth_lut[i].val; in msi001_set_tuner()
184 if (i == ARRAY_SIZE(bandwidth_lut)) { in msi001_set_tuner()
189 dev->bandwidth->val = bandwidth_lut[i].freq; in msi001_set_tuner()
191 dev_dbg(&spi->dev, "bandwidth selected=%d\n", bandwidth_lut[i].freq); in msi001_set_tuner()