Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/frontends/
Ddib3000mc.c444 dib3000mc_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth)); in dib3000mc_set_channel_cfg()
445 …dib3000mc_set_timing(state, ch->u.ofdm.transmission_mode, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth), … in dib3000mc_set_channel_cfg()
616 …dib3000mc_set_timing(state, ch->u.ofdm.transmission_mode, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth), … in dib3000mc_tune()
693 dib3000mc_set_bandwidth(state, BANDWIDTH_TO_KHZ(fep->u.ofdm.bandwidth)); in dib3000mc_set_frontend()
Ddibx000_common.h143 #define BANDWIDTH_TO_KHZ(v) ((v) == BANDWIDTH_8_MHZ ? 8000 : \ macro
Ddib7000m.c802 dib7000m_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth)); in dib7000m_set_channel()
936 factor = BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth); in dib7000m_autosearch_start()
1053 dib7000m_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth)); in dib7000m_tune()
1180 dib7000m_set_bandwidth(state, BANDWIDTH_TO_KHZ(fep->u.ofdm.bandwidth)); in dib7000m_set_frontend()
Ddib7000p.c875 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth)); in dib7000p_set_channel()
1046 factor = BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth); in dib7000p_autosearch_start()
1270 dib7000p_spur_protect(state, ch->frequency / 1000, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth)); in dib7000p_tune()
1272 dib7000p_set_bandwidth(state, BANDWIDTH_TO_KHZ(ch->u.ofdm.bandwidth)); in dib7000p_tune()