Searched refs:bandwidth_khz (Results 1 – 1 of 1) sorted by relevance
250 static int cx24113_set_bandwidth(struct cx24113_state *state, u32 bandwidth_khz) in cx24113_set_bandwidth() argument254 if (bandwidth_khz <= 19000) in cx24113_set_bandwidth()256 else if (bandwidth_khz <= 25000) in cx24113_set_bandwidth()261 dprintk("bandwidth to be set: %d\n", bandwidth_khz); in cx24113_set_bandwidth()262 bandwidth_khz *= 10; in cx24113_set_bandwidth()263 bandwidth_khz -= 10000; in cx24113_set_bandwidth()264 bandwidth_khz /= 1000; in cx24113_set_bandwidth()265 bandwidth_khz += 5; in cx24113_set_bandwidth()266 bandwidth_khz /= 10; in cx24113_set_bandwidth()268 dprintk("bandwidth: %d %d\n", r >> 6, bandwidth_khz); in cx24113_set_bandwidth()[all …]