Searched refs:tmcc_pow (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/media/dvb-frontends/ |
D | dib8000.c | 2369 u16 tmcc_pow = 0, ana_gain = 0, tmp = 0, i = 0, nbseg_diff = 0 ; in dib8000_set_isdbt_common_channel() local 2474 tmcc_pow += (((c->layer[i].modulation == DQPSK) * 4 + 1) * c->layer[i].segment_count) ; in dib8000_set_isdbt_common_channel() 2478 tmcc_pow *= (1 << (9-2)); in dib8000_set_isdbt_common_channel() 2479 dib8000_write_word(state, 290, tmcc_pow); /* P_tmcc_dec_thres_2k */ in dib8000_set_isdbt_common_channel() 2480 dib8000_write_word(state, 291, tmcc_pow); /* P_tmcc_dec_thres_4k */ in dib8000_set_isdbt_common_channel() 2481 dib8000_write_word(state, 292, tmcc_pow); /* P_tmcc_dec_thres_8k */ in dib8000_set_isdbt_common_channel()
|