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

/drivers/media/dvb/frontends/
H A Ddib7000p.c164 u16 outreg, fifo_threshold, smo_mode; local
168 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1);
189 smo_mode |= (3 << 1);
205 smo_mode |= (1 << 5);
207 ret |= dib7000p_write_word(state, 235, smo_mode);
2239 u16 outreg, smo_mode, fifo_threshold; local
2246 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1);
2288 smo_mode |= (3 << 1);
2308 smo_mode |= (1 << 5);
2310 ret |= dib7000p_write_word(state, 235, smo_mode);
[all...]
H A Ddib7000m.c150 u16 outreg, fifo_threshold, smo_mode, local
155 smo_mode = (dib7000m_read_word(state, 294 + state->reg_offs) & 0x0010) | (1 << 1);
176 smo_mode |= (3 << 1);
189 smo_mode |= (1 << 5) ;
191 ret |= dib7000m_write_word(state, 294 + state->reg_offs, smo_mode);
H A Ddib8000.c342 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ local
346 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1);
369 smo_mode |= (3 << 1);
389 smo_mode |= (1 << 5);
391 dib8000_write_word(state, 299, smo_mode);
1440 u16 outreg, smo_mode, fifo_threshold; local
1447 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1);
1494 smo_mode |= (3 << 1);
1517 smo_mode |= (1 << 5);
1519 ret |= dib8000_write_word(state, 299, smo_mode);
[all...]
H A Ddib9000.c1538 u16 outreg, smo_mode; local
1573 smo_mode = (dib9000_read_word(state, 295) & 0x0010) | (1 << 1);
1575 smo_mode |= (1 << 5);
1576 dib9000_write_word(state, 295, smo_mode);

Completed in 74 milliseconds