Symbol: EP4
drivers/media/dvb-frontends/tda18271c2dd.c
1002
state->m_Regs[EP4] = state->m_EP4 | state->m_IFLevelAnalog;
drivers/media/dvb-frontends/tda18271c2dd.c
1004
state->m_Regs[EP4] = state->m_EP4 | state->m_IFLevelDVBT;
drivers/media/dvb-frontends/tda18271c2dd.c
1006
state->m_Regs[EP4] = state->m_EP4 | state->m_IFLevelDVBC;
drivers/media/dvb-frontends/tda18271c2dd.c
1008
state->m_Regs[EP4] = state->m_EP4 | state->m_IFLevelDigital;
drivers/media/dvb-frontends/tda18271c2dd.c
1011
state->m_Regs[EP4] |= 0x80;
drivers/media/dvb-frontends/tda18271c2dd.c
284
state->m_Regs[EP4] &= ~0x03; /* CAL_mode = 0 ????????? */
drivers/media/dvb-frontends/tda18271c2dd.c
285
status = UpdateReg(state, EP4);
drivers/media/dvb-frontends/tda18271c2dd.c
377
state->m_Regs[EP4] &= ~0x03; /* CAL_mode = 0 */
drivers/media/dvb-frontends/tda18271c2dd.c
378
status = UpdateReg(state, EP4);
drivers/media/dvb-frontends/tda18271c2dd.c
428
state->m_Regs[EP4] |= 0x03; /* CAL_Mode = 3 */
drivers/media/dvb-frontends/tda18271c2dd.c
429
status = UpdateRegs(state, EP4, EP5);
drivers/media/dvb-frontends/tda18271c2dd.c
471
state->m_Regs[EP4] &= ~0x03; /* CAL_Mode = 0 */
drivers/media/dvb-frontends/tda18271c2dd.c
477
status = UpdateRegs(state, EP3, EP4);
drivers/media/dvb-frontends/tda18271c2dd.c
620
state->m_Regs[EP4] = (state->m_Regs[EP4] & ~0x03) | 1; /* CAL_mode = 1 */
drivers/media/dvb-frontends/tda18271c2dd.c
621
status = UpdateReg(state, EP4);
drivers/media/dvb-frontends/tda18271c2dd.c
677
state->m_Regs[EP4] = (state->m_Regs[EP4] & ~0x1F); /* If level = 0, Cal mode = 0 */
drivers/media/dvb-frontends/tda18271c2dd.c
678
status = UpdateRegs(state, EP3, EP4);
drivers/media/dvb-frontends/tda18271c2dd.c
772
state->m_Regs[EP4] = 0x66;
drivers/media/dvb-frontends/tda18271c2dd.c
876
state->m_Regs[EP4] = 0x64;
drivers/media/dvb-frontends/tda18271c2dd.c
877
status = UpdateReg(state, EP4);
drivers/media/dvb-frontends/tda18271c2dd.c
999
state->m_Regs[EP4] = state->m_EP4 | ((Standard > HF_AnalogMax) ? state->m_IFLevelDigital : state->m_IFLevelAnalog);