Searched refs:EB4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tda18271c2dd.c | 59 EB1, EB2, EB3, EB4, EB5, EB6, EB7, EB8, EB9, EB10, enumerator 408 state->m_Regs[EB4] |= 0x20; /* LO_ForceSrce = 1 */ in CalibrateRF() 409 status = UpdateReg(state, EB4); in CalibrateRF() 454 state->m_Regs[EB4] &= ~0x20; /* LO_ForceSrce = 0 */ in CalibrateRF() 455 status = UpdateReg(state, EB4); in CalibrateRF() 788 status = UpdateReg(state, EB4); in FixedContentsI2CUpdate() 792 state->m_Regs[EB4] = 0x41; in FixedContentsI2CUpdate() 793 status = UpdateReg(state, EB4); in FixedContentsI2CUpdate() 1048 state->m_Regs[EB4] |= 0x20; /* LO_forceSrce = 1 */ in ChannelConfiguration() 1049 status = UpdateReg(state, EB4); in ChannelConfiguration() [all …]
|