Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib7000m.c56 u16 div_sync_wait; member
358 …dib7000m_write_word(state, 266 + state->reg_offs, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0… in dib7000m_set_diversity_in()
929 …state->div_sync_wait = (value * 3) / 2 + 32; // add 50% SFN margin + compensate for one DVSY-fifo … in dib7000m_set_channel()
Ddib7000p.c61 u16 div_sync_wait; member
238 dib7000p_write_word(state, 207, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0)); in dib7000p_set_diversity_in()
1100 state->div_sync_wait = (value * 3) / 2 + 48; in dib7000p_set_channel()
1102 state->div_sync_wait = (value * 3) / 2 + state->cfg.diversity_delay; in dib7000p_set_channel()
Ddib8000.c85 u16 div_sync_wait; member