Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dcx24113.c254 static int cx24113_set_bandwidth(struct cx24113_state *state, u32 bandwidth_khz) in cx24113_set_bandwidth() argument
258 if (bandwidth_khz <= 19000) in cx24113_set_bandwidth()
260 else if (bandwidth_khz <= 25000) in cx24113_set_bandwidth()
265 dprintk("bandwidth to be set: %d\n", bandwidth_khz); in cx24113_set_bandwidth()
266 bandwidth_khz *= 10; in cx24113_set_bandwidth()
267 bandwidth_khz -= 10000; in cx24113_set_bandwidth()
268 bandwidth_khz /= 1000; in cx24113_set_bandwidth()
269 bandwidth_khz += 5; in cx24113_set_bandwidth()
270 bandwidth_khz /= 10; in cx24113_set_bandwidth()
272 dprintk("bandwidth: %d %d\n", r >> 6, bandwidth_khz); in cx24113_set_bandwidth()
[all …]