Searched refs:seg_diff_mask (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddib8000.c107 u16 seg_diff_mask; member in struct:dib8000_state
2169 dib8000_write_word(state, 266, ~state->seg_mask | state->seg_diff_mask | 0x40); /* P_equal_noise_seg_inh */ dib8000_set_13seg_channel()
2188 dib8000_write_word(state, 352, state->seg_diff_mask); dib8000_small_fine_tune()
2331 dib8000_write_word(state, 266, ~state->seg_mask | state->seg_diff_mask); /* P_equal_noise_seg_inh */ dib8000_set_sb_channel()
2364 state->seg_diff_mask = (c->layer[0].modulation == DQPSK) << permu_seg[0]; dib8000_set_isdbt_common_channel()
2368 state->seg_diff_mask |= 1 << permu_seg[i+1]; dib8000_set_isdbt_common_channel()
2373 state->seg_diff_mask |= 1 << permu_seg[i]; dib8000_set_isdbt_common_channel()
2376 if (state->seg_diff_mask) dib8000_set_isdbt_common_channel()
2389 dib8000_write_word(state, 0, (state->mode << 13) | state->seg_diff_mask); dib8000_set_isdbt_common_channel()
2391 state->differential_constellation = (state->seg_diff_mask != 0); dib8000_set_isdbt_common_channel()
2424 if ((((~state->seg_diff_mask) >> i) & 1) == 1) { dib8000_set_isdbt_common_channel()
2425 p_cfr_left_edge += (1 << i) * ((i == 0) || ((((state->seg_mask & (~state->seg_diff_mask)) >> (i - 1)) & 1) == 0)); dib8000_set_isdbt_common_channel()
2426 p_cfr_right_edge += (1 << i) * ((i == 12) || ((((state->seg_mask & (~state->seg_diff_mask)) >> (i + 1)) & 1) == 0)); dib8000_set_isdbt_common_channel()
2433 dib8000_write_word(state, 189, ~state->seg_mask | state->seg_diff_mask); /* P_lmod4_seg_inh */ dib8000_set_isdbt_common_channel()
2434 dib8000_write_word(state, 192, ~state->seg_mask | state->seg_diff_mask); /* P_pha3_seg_inh */ dib8000_set_isdbt_common_channel()
2435 dib8000_write_word(state, 225, ~state->seg_mask | state->seg_diff_mask); /* P_tac_seg_inh */ dib8000_set_isdbt_common_channel()
2438 dib8000_write_word(state, 288, (~state->seg_mask | state->seg_diff_mask) & 0x1fff); /* P_tmcc_seg_eq_inh */ dib8000_set_isdbt_common_channel()
2442 dib8000_write_word(state, 211, state->seg_mask & (~state->seg_diff_mask)); /* P_des_seg_enabled */ dib8000_set_isdbt_common_channel()

Completed in 72 milliseconds