Searched refs:tmcc_pow (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib8000.c | 2342 u16 tmcc_pow = 0, ana_gain = 0, tmp = 0, i = 0, nbseg_diff = 0 ; in dib8000_set_isdbt_common_channel() local 2449 tmcc_pow += (((c->layer[i].modulation == DQPSK) * 4 + 1) * c->layer[i].segment_count) ; in dib8000_set_isdbt_common_channel() 2453 tmcc_pow *= (1 << (9-2)); in dib8000_set_isdbt_common_channel() 2454 dib8000_write_word(state, 290, tmcc_pow); /* P_tmcc_dec_thres_2k */ in dib8000_set_isdbt_common_channel() 2455 dib8000_write_word(state, 291, tmcc_pow); /* P_tmcc_dec_thres_4k */ in dib8000_set_isdbt_common_channel() 2456 dib8000_write_word(state, 292, tmcc_pow); /* P_tmcc_dec_thres_8k */ in dib8000_set_isdbt_common_channel()
|