Searched refs:wbd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0090.c408 static s16 dib0090_wbd_to_db(struct dib0090_state *state, u16 wbd) argument
410 wbd &= 0x3ff;
411 if (wbd < state->wbd_offset)
412 wbd = 0;
414 wbd -= state->wbd_offset;
416 return -640 + (s16) slopes_to_scale(dib0090_wbd_slopes, ARRAY_SIZE(dib0090_wbd_slopes), wbd);
435 dprintk("wbd-target: %d dB", (u32) state->wbd_target);
672 s16 wbd; local
677 /* read and calc the wbd power */
678 wbd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c318 unsigned long wbd)
328 res = put_user(wbd & 0xff, (char __user *)wba);
331 res = put_user(wbd & 0xffff, (short __user *)wba);
334 res = put_user(wbd, (int __user *)wba);
317 do_040writeback1(unsigned short wbs, unsigned long wba, unsigned long wbd) argument

Completed in 38 milliseconds