Searched refs:offset_khz (Results 1 – 5 of 5) sorted by relevance
910 s32 offset_khz; in ds3000_set_frontend() local1030 offset_khz = frequency - c->frequency; in ds3000_set_frontend()1031 ds3000_set_carrier_offset(fe, offset_khz); in ds3000_set_frontend()
42 s32 offset_khz; member
801 static void dib7000p_set_dds(struct dib7000p_state *state, s32 offset_khz) in dib7000p_set_dds() argument805 u32 abs_offset_khz = ABS(offset_khz); in dib7000p_set_dds()809 …dprintk("setting a frequency offset of %dkHz internal freq = %d invert = %d", offset_khz, internal… in dib7000p_set_dds()811 if (offset_khz < 0) in dib7000p_set_dds()
2670 static void dib8000_set_dds(struct dib8000_state *state, s32 offset_khz) in dib8000_set_dds() argument2673 u32 abs_offset_khz = ABS(offset_khz); in dib8000_set_dds()2681 if (offset_khz < 0) in dib8000_set_dds()2692 if (offset_khz < 0) in dib8000_set_dds()
2296 state->rf_request += LUT_offset->offset_khz; in dib0090_tune()