[go: nahoru, domu]

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

/drivers/media/dvb-frontends/
H A Ddib7000m.c49 u16 div_sync_wait; member in struct:dib7000m_state
351 dib7000m_write_word(state, 266 + state->reg_offs, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0));
922 state->div_sync_wait = (value * 3) / 2 + 32; // add 50% SFN margin + compensate for one DVSY-fifo TODO
H A Ddib7000p.c54 u16 div_sync_wait; member in struct:dib7000p_state
231 dib7000p_write_word(state, 207, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0));
1084 state->div_sync_wait = (value * 3) / 2 + 48;
1086 state->div_sync_wait = (value * 3) / 2 + state->cfg.diversity_delay;
H A Ddib8000.c78 u16 div_sync_wait; member in struct:dib8000_state

Completed in 38 milliseconds