Searched refs:agc1_max (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | dibx000_common.h | 81 u16 agc1_max; member
|
D | dib8000.c | 136 u16 agc1_max; member 1217 dib8000_write_word(state, 108, agc->agc1_max); in dib8000_set_agc_config() 3068 state->agc1_max = dib8000_read_word(state, 108); in dib8000_tune() 3349 if ((state->revision != 0x8090) && (state->agc1_max != 0)) { in dib8000_tune() 3350 dib8000_write_word(state, 108, state->agc1_max); in dib8000_tune() 3354 state->agc1_max = 0; in dib8000_tune()
|
D | dib3000mc.c | 391 dib3000mc_write_word(state, 42, agc->agc1_max); in dib3000mc_init()
|
D | dib7000m.c | 723 dib7000m_write_word(state, 104, agc->agc1_max); in dib7000m_set_agc_config()
|
D | dib7000p.c | 796 dib7000p_write_word(state, 107, agc->agc1_max); in dib7000p_set_agc_config()
|