Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
Ds921.c262 unsigned long f_offset; in s921_pll_tune() local
282 f_offset = ((unsigned long)offset) + 2321; in s921_pll_tune()
288 rc = s921_writereg(state, 0xf2, (f_offset >> 8) & 0xff); in s921_pll_tune()
292 rc = s921_writereg(state, 0xf3, f_offset & 0xff); in s921_pll_tune()
324 dprintk("pll tune band=%d, pll=%d\n", f_switch, (int)f_offset); in s921_pll_tune()