Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib7000p.c175 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local
179 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1); in dib7000p_set_output_mode()
200 smo_mode |= (3 << 1); in dib7000p_set_output_mode()
216 smo_mode |= (1 << 5); in dib7000p_set_output_mode()
218 ret |= dib7000p_write_word(state, 235, smo_mode); in dib7000p_set_output_mode()
2617 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local
2624 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1); in dib7090_set_output_mode()
2666 smo_mode |= (3 << 1); in dib7090_set_output_mode()
2686 smo_mode |= (1 << 5); in dib7090_set_output_mode()
2688 ret |= dib7000p_write_word(state, 235, smo_mode); in dib7090_set_output_mode()
H A Ddib7000m.c154 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local
159 smo_mode = (dib7000m_read_word(state, 294 + state->reg_offs) & 0x0010) | (1 << 1); in dib7000m_set_output_mode()
180 smo_mode |= (3 << 1); in dib7000m_set_output_mode()
193 smo_mode |= (1 << 5) ; in dib7000m_set_output_mode()
195 ret |= dib7000m_write_word(state, 294 + state->reg_offs, smo_mode); in dib7000m_set_output_mode()
H A Ddib8000.c408 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local
413 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1); in dib8000_set_output_mode()
436 smo_mode |= (3 << 1); in dib8000_set_output_mode()
456 smo_mode |= (1 << 5); in dib8000_set_output_mode()
458 dib8000_write_word(state, 299, smo_mode); in dib8000_set_output_mode()
1564 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local
1572 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1); in dib8096p_set_output_mode()
1619 smo_mode |= (3 << 1); in dib8096p_set_output_mode()
1642 smo_mode |= (1 << 5); in dib8096p_set_output_mode()
1644 ret |= dib8000_write_word(state, 299, smo_mode); in dib8096p_set_output_mode()
H A Ddib9000.c1539 u16 outreg, smo_mode; in dib9000_fw_set_output_mode() local
1574 smo_mode = (dib9000_read_word(state, 295) & 0x0010) | (1 << 1); in dib9000_fw_set_output_mode()
1576 smo_mode |= (1 << 5); in dib9000_fw_set_output_mode()
1577 dib9000_write_word(state, 295, smo_mode); in dib9000_fw_set_output_mode()