Searched refs:wbd_ref (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | dib7000m.c | 45 u16 wbd_ref; member 714 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000m_set_agc_config() 717 if (state->wbd_ref != 0) in dib7000m_set_agc_config() 718 dib7000m_write_word(state, 102, state->wbd_ref); in dib7000m_set_agc_config() 720 dib7000m_write_word(state, 102, agc->wbd_ref); in dib7000m_set_agc_config()
|
D | dibx000_common.h | 77 u16 wbd_ref; member
|
D | dib7000p.c | 52 u16 wbd_ref; member 423 state->wbd_ref = value; in dib7000p_set_wbd_ref() 787 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000p_set_agc_config() 789 if (state->wbd_ref != 0) in dib7000p_set_agc_config() 790 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | state->wbd_ref); in dib7000p_set_agc_config() 792 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | agc->wbd_ref); in dib7000p_set_agc_config()
|
D | dib8000.c | 75 u16 wbd_ref; member 671 state->wbd_ref = value; in dib8000_set_wbd_ref() 1203 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib8000_set_agc_config() 1206 if (state->wbd_ref != 0) in dib8000_set_agc_config() 1207 dib8000_write_word(state, 106, state->wbd_ref); in dib8000_set_agc_config() 1209 dib8000_write_word(state, 106, agc->wbd_ref); in dib8000_set_agc_config()
|