Searched refs:offset_khz (Results 1 – 5 of 5) sorted by relevance
890 s32 offset_khz; in ds3000_set_frontend() local1019 offset_khz = frequency - c->frequency; in ds3000_set_frontend()1020 ds3000_set_carrier_offset(fe, offset_khz); in ds3000_set_frontend()
39 s32 offset_khz; member
805 static int dib7000p_set_dds(struct dib7000p_state *state, s32 offset_khz) in dib7000p_set_dds() argument809 u32 abs_offset_khz = abs(offset_khz); in dib7000p_set_dds()819 …dprintk("setting a frequency offset of %dkHz internal freq = %d invert = %d\n", offset_khz, intern… in dib7000p_set_dds()821 if (offset_khz < 0) in dib7000p_set_dds()
2695 static void dib8000_set_dds(struct dib8000_state *state, s32 offset_khz) in dib8000_set_dds() argument2698 u32 abs_offset_khz = abs(offset_khz); in dib8000_set_dds()2706 if (offset_khz < 0) in dib8000_set_dds()2717 if (offset_khz < 0) in dib8000_set_dds()
2297 state->rf_request += LUT_offset->offset_khz; in dib0090_tune()