Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
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 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()