Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Ddib7000m.c53 u16 div_sync_wait; member
355 …dib7000m_write_word(state, 266 + state->reg_offs, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0… in dib7000m_set_diversity_in()
926 …state->div_sync_wait = (value * 3) / 2 + 32; // add 50% SFN margin + compensate for one DVSY-fifo … in dib7000m_set_channel()
H A Ddib7000p.c53 u16 div_sync_wait; member
230 dib7000p_write_word(state, 207, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0)); in dib7000p_set_diversity_in()
1092 state->div_sync_wait = (value * 3) / 2 + 48; in dib7000p_set_channel()
1094 state->div_sync_wait = (value * 3) / 2 + state->cfg.diversity_delay; in dib7000p_set_channel()
H A Ddib8000.c82 u16 div_sync_wait; member