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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmxl5005s.c266 u32 RF_LO; /* Synth RF LO Frequency */ member in struct:mxl5005s_state
1741 state->RF_LO = state->RF_IN;
1746 state->RF_LO = state->RF_IN - 400000;
1749 state->RF_LO = state->RF_IN - state->Chan_Bandwidth/2;
2350 * Change the boundary reference from RF_IN to RF_LO
2352 if (state->RF_LO < 40000000UL)
2355 if (state->RF_LO >= 40000000UL && state->RF_LO <= 75000000UL) {
2362 if (state->RF_LO > 75000000UL && state->RF_LO <
[all...]

Completed in 173 milliseconds