div_sync_wait      53 drivers/media/dvb-frontends/dib7000m.c 	u16 div_sync_wait;
div_sync_wait     355 drivers/media/dvb-frontends/dib7000m.c 		dib7000m_write_word(state, 266 + state->reg_offs, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0));
div_sync_wait     926 drivers/media/dvb-frontends/dib7000m.c 	state->div_sync_wait = (value * 3) / 2 + 32; // add 50% SFN margin + compensate for one DVSY-fifo TODO
div_sync_wait      58 drivers/media/dvb-frontends/dib7000p.c 	u16 div_sync_wait;
div_sync_wait     235 drivers/media/dvb-frontends/dib7000p.c 		dib7000p_write_word(state, 207, (state->div_sync_wait << 4) | (1 << 2) | (2 << 0));
div_sync_wait    1097 drivers/media/dvb-frontends/dib7000p.c 		state->div_sync_wait = (value * 3) / 2 + 48;
div_sync_wait    1099 drivers/media/dvb-frontends/dib7000p.c 		state->div_sync_wait = (value * 3) / 2 + state->cfg.diversity_delay;
div_sync_wait      82 drivers/media/dvb-frontends/dib8000.c 	u16 div_sync_wait;