Home
last modified time | relevance | path

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

/drivers/media/dvb/frontends/
Ds921.c270 unsigned long f_offset; in s921_pll_tune() local
290 f_offset = ((unsigned long)offset) + 2321; in s921_pll_tune()
296 rc = s921_writereg(state, 0xf2, (f_offset >> 8) & 0xff); in s921_pll_tune()
300 rc = s921_writereg(state, 0xf3, f_offset & 0xff); in s921_pll_tune()
332 dprintk("pll tune band=%d, pll=%d\n", f_switch, (int)f_offset); in s921_pll_tune()
/drivers/staging/zsmalloc/
Dzsmalloc-main.c608 unsigned long f_objidx, f_offset; in zs_free() local
622 f_offset = obj_idx_to_offset(f_page, f_objidx, class->size); in zs_free()
628 + f_offset); in zs_free()