Searched refs:offset_khz (Results 1 – 5 of 5) sorted by relevance
902 s32 offset_khz; in ds3000_set_frontend() local1031 offset_khz = frequency - c->frequency; in ds3000_set_frontend()1032 ds3000_set_carrier_offset(fe, offset_khz); in ds3000_set_frontend()
42 s32 offset_khz; member
808 static int dib7000p_set_dds(struct dib7000p_state *state, s32 offset_khz) in dib7000p_set_dds() argument812 u32 abs_offset_khz = abs(offset_khz); in dib7000p_set_dds()822 …dprintk("setting a frequency offset of %dkHz internal freq = %d invert = %d\n", offset_khz, intern… in dib7000p_set_dds()824 if (offset_khz < 0) in dib7000p_set_dds()
2677 static void dib8000_set_dds(struct dib8000_state *state, s32 offset_khz) in dib8000_set_dds() argument2680 u32 abs_offset_khz = abs(offset_khz); in dib8000_set_dds()2688 if (offset_khz < 0) in dib8000_set_dds()2699 if (offset_khz < 0) in dib8000_set_dds()
2306 state->rf_request += LUT_offset->offset_khz; in dib0090_tune()