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