Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c10445 int bandwidth_temp = 0; in ctrl_set_channel() local
10517 bandwidth_temp = channel->symbolrate * bw_rolloff_factor; in ctrl_set_channel()
10518 bandwidth = bandwidth_temp / 100; in ctrl_set_channel()
10520 if ((bandwidth_temp % 100) >= 50) in ctrl_set_channel()