Home
last modified time | relevance | path

Searched refs:offset_khz (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Dds3000.c902 s32 offset_khz; in ds3000_set_frontend() local
1031 offset_khz = frequency - c->frequency; in ds3000_set_frontend()
1032 ds3000_set_carrier_offset(fe, offset_khz); in ds3000_set_frontend()
Ddib0090.h42 s32 offset_khz; member
Ddib7000p.c808 static int dib7000p_set_dds(struct dib7000p_state *state, s32 offset_khz) in dib7000p_set_dds() argument
812 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()
Ddib8000.c2677 static void dib8000_set_dds(struct dib8000_state *state, s32 offset_khz) in dib8000_set_dds() argument
2680 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()
Ddib0090.c2306 state->rf_request += LUT_offset->offset_khz; in dib0090_tune()