Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Ddib7000p.c178 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local
182 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1); in dib7000p_set_output_mode()
203 smo_mode |= (3 << 1); in dib7000p_set_output_mode()
219 smo_mode |= (1 << 5); in dib7000p_set_output_mode()
221 ret |= dib7000p_write_word(state, 235, smo_mode); in dib7000p_set_output_mode()
2614 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local
2621 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1); in dib7090_set_output_mode()
2663 smo_mode |= (3 << 1); in dib7090_set_output_mode()
2683 smo_mode |= (1 << 5); in dib7090_set_output_mode()
2685 ret |= dib7000p_write_word(state, 235, smo_mode); in dib7090_set_output_mode()
Ddib7000m.c157 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local
162 smo_mode = (dib7000m_read_word(state, 294 + state->reg_offs) & 0x0010) | (1 << 1); in dib7000m_set_output_mode()
183 smo_mode |= (3 << 1); in dib7000m_set_output_mode()
196 smo_mode |= (1 << 5) ; in dib7000m_set_output_mode()
198 ret |= dib7000m_write_word(state, 294 + state->reg_offs, smo_mode); in dib7000m_set_output_mode()
Ddib8000.c411 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local
416 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1); in dib8000_set_output_mode()
439 smo_mode |= (3 << 1); in dib8000_set_output_mode()
459 smo_mode |= (1 << 5); in dib8000_set_output_mode()
461 dib8000_write_word(state, 299, smo_mode); in dib8000_set_output_mode()
1567 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local
1575 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1); in dib8096p_set_output_mode()
1622 smo_mode |= (3 << 1); in dib8096p_set_output_mode()
1645 smo_mode |= (1 << 5); in dib8096p_set_output_mode()
1647 ret |= dib8000_write_word(state, 299, smo_mode); in dib8096p_set_output_mode()
Ddib9000.c1542 u16 outreg, smo_mode; in dib9000_fw_set_output_mode() local
1577 smo_mode = (dib9000_read_word(state, 295) & 0x0010) | (1 << 1); in dib9000_fw_set_output_mode()
1579 smo_mode |= (1 << 5); in dib9000_fw_set_output_mode()
1580 dib9000_write_word(state, 295, smo_mode); in dib9000_fw_set_output_mode()