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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000p.c37 u32 timf; member in struct:dib7000p_state
200 u32 timf; local
205 if (state->timf == 0) {
206 dprintk("-D- Using default timf\n");
207 timf = state->cfg.bw->timf;
209 dprintk("-D- Using updated timf\n");
210 timf = state->timf;
213 timf
347 u32 timf = (dib7000p_read_word(state, 427) << 16) | dib7000p_read_word(state, 428); local
[all...]
H A Ddib7000m.c41 u32 timf; member in struct:dib7000m_state
244 u32 timf; local
249 if (state->timf == 0) {
250 dprintk("-D- Using default timf\n");
251 timf = state->cfg.bw->timf;
253 dprintk("-D- Using updated timf\n");
254 timf = state->timf;
257 timf
526 u32 timf = (dib7000m_read_word(state, 436) << 16) | dib7000m_read_word(state, 437); local
[all...]
H A Ddib3000mc.c40 u32 timf; member in struct:dib3000mc_state
97 u32 timf; local
99 if (state->timf == 0) {
100 timf = 1384402; // default value for 8MHz
104 timf = state->timf;
106 timf *= (BW_INDEX_TO_KHZ(bw) / 1000);
117 timf += tim_offs;
118 state->timf = timf / (BW_INDEX_TO_KH
[all...]
H A Ddibx000_common.h113 u32 timf; member in struct:dibx000_bandwidth_config

Completed in 104 milliseconds