Searched refs:smo_mode (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib7000p.c | 171 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local 175 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1); in dib7000p_set_output_mode() 196 smo_mode |= (3 << 1); in dib7000p_set_output_mode() 212 smo_mode |= (1 << 5); in dib7000p_set_output_mode() 214 ret |= dib7000p_write_word(state, 235, smo_mode); in dib7000p_set_output_mode() 2598 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local 2605 smo_mode = (dib7000p_read_word(state, 235) & 0x0050) | (1 << 1); in dib7090_set_output_mode() 2647 smo_mode |= (3 << 1); in dib7090_set_output_mode() 2667 smo_mode |= (1 << 5); in dib7090_set_output_mode() 2669 ret |= dib7000p_write_word(state, 235, smo_mode); in dib7090_set_output_mode()
|
D | dib7000m.c | 150 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local 155 smo_mode = (dib7000m_read_word(state, 294 + state->reg_offs) & 0x0010) | (1 << 1); in dib7000m_set_output_mode() 176 smo_mode |= (3 << 1); in dib7000m_set_output_mode() 189 smo_mode |= (1 << 5) ; in dib7000m_set_output_mode() 191 ret |= dib7000m_write_word(state, 294 + state->reg_offs, smo_mode); in dib7000m_set_output_mode()
|
D | dib8000.c | 404 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local 409 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1); in dib8000_set_output_mode() 432 smo_mode |= (3 << 1); in dib8000_set_output_mode() 452 smo_mode |= (1 << 5); in dib8000_set_output_mode() 454 dib8000_write_word(state, 299, smo_mode); in dib8000_set_output_mode() 1560 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local 1568 smo_mode = (dib8000_read_word(state, 299) & 0x0050) | (1 << 1); in dib8096p_set_output_mode() 1615 smo_mode |= (3 << 1); in dib8096p_set_output_mode() 1638 smo_mode |= (1 << 5); in dib8096p_set_output_mode() 1640 ret |= dib8000_write_word(state, 299, smo_mode); in dib8096p_set_output_mode()
|
D | dib9000.c | 1535 u16 outreg, smo_mode; in dib9000_fw_set_output_mode() local 1570 smo_mode = (dib9000_read_word(state, 295) & 0x0010) | (1 << 1); in dib9000_fw_set_output_mode() 1572 smo_mode |= (1 << 5); in dib9000_fw_set_output_mode() 1573 dib9000_write_word(state, 295, smo_mode); in dib9000_fw_set_output_mode()
|