Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib0090.c882 static s16 dib0090_wbd_to_db(struct dib0090_state *state, u16 wbd) in dib0090_wbd_to_db() argument
884 wbd &= 0x3ff; in dib0090_wbd_to_db()
885 if (wbd < state->wbd_offset) in dib0090_wbd_to_db()
886 wbd = 0; in dib0090_wbd_to_db()
888 wbd -= state->wbd_offset; in dib0090_wbd_to_db()
890 return -640 + (s16) slopes_to_scale(dib0090_wbd_slopes, ARRAY_SIZE(dib0090_wbd_slopes), wbd); in dib0090_wbd_to_db()
1200 s16 wbd = 0, i, cnt; in dib0090_gain_control() local
1212 wbd += dib0090_wbd_to_db(state, wbd_val); in dib0090_gain_control()
1214 wbd /= cnt; in dib0090_gain_control()
1215 wbd_error = state->wbd_target - wbd; in dib0090_gain_control()
[all …]
H A Ddib7000p.h51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
H A Ddib0090.h70 struct dib0090_wbd_slope *wbd; member
H A Ddib7000p.c425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() argument
435 if (wbd != NULL) in dib7000p_get_agc_values()
436 *wbd = dib7000p_read_word(state, 397); in dib7000p_get_agc_values()
/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c202 unsigned long wbd) in do_040writeback1() argument
210 res = put_user(wbd & 0xff, (char __user *)wba); in do_040writeback1()
213 res = put_user(wbd & 0xffff, (short __user *)wba); in do_040writeback1()
216 res = put_user(wbd, (int __user *)wba); in do_040writeback1()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1622 .wbd = dib8090_wbd_table,
2180 tfe8096p_dib0090_config.wbd = dib8096p_wbd_table; in tfe8096p_tuner_attach()
2919 .wbd = dib7090_wbd_table,
2977 .wbd = dib7090_wbd_table,
3011 .wbd = dib7090_wbd_table,
3039 .wbd = dib7090_wbd_table,