Searched refs:BANDWIDTH_TO_KHZ (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | dib3000mc.c | 444 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()
|
D | dibx000_common.h | 143 #define BANDWIDTH_TO_KHZ(v) ((v) == BANDWIDTH_8_MHZ ? 8000 : \ macro
|
D | dib7000m.c | 802 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()
|
D | dib7000p.c | 875 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()
|