Home
last modified time | relevance | path

Searched refs:RF_LO (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/tuners/
H A Dmxl5005s.c266 u32 RF_LO; /* Synth RF LO Frequency */ member
1739 state->RF_LO = state->RF_IN; in MXL_SynthRFTGLO_Calc()
1744 state->RF_LO = state->RF_IN - 400000; in MXL_SynthRFTGLO_Calc()
1747 state->RF_LO = state->RF_IN - state->Chan_Bandwidth/2; in MXL_SynthRFTGLO_Calc()
2339 if (state->RF_LO < 40000000UL) in MXL_TuneRF()
2342 if (state->RF_LO >= 40000000UL && state->RF_LO <= 75000000UL) { in MXL_TuneRF()
2349 if (state->RF_LO > 75000000UL && state->RF_LO <= 100000000UL) { in MXL_TuneRF()
2356 if (state->RF_LO > 100000000UL && state->RF_LO <= 150000000UL) { in MXL_TuneRF()
2363 if (state->RF_LO > 150000000UL && state->RF_LO <= 200000000UL) { in MXL_TuneRF()
2370 if (state->RF_LO > 200000000UL && state->RF_LO <= 300000000UL) { in MXL_TuneRF()
[all …]