Home
last modified time | relevance | path

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

/drivers/mtd/devices/
Ddocecc.c186 gf bb[NN - KK + 1], gf eras_val[NN-KK], int eras_pos[NN-KK], in eras_dec_rs()
200 syn_error |= bb[i]; in eras_dec_rs()
211 s[i] = bb[0]; in eras_dec_rs()
214 if(bb[j] == 0) in eras_dec_rs()
216 tmp = Index_of[bb[j]]; in eras_dec_rs()
442 gf bb[NN - KK + 1]; in doc_decode_ecc() local
462 bb[0] = (ecc1[4] & 0xff) | ((ecc1[5] & 0x03) << 8); in doc_decode_ecc()
463 bb[1] = ((ecc1[5] & 0xfc) >> 2) | ((ecc1[2] & 0x0f) << 6); in doc_decode_ecc()
464 bb[2] = ((ecc1[2] & 0xf0) >> 4) | ((ecc1[3] & 0x3f) << 4); in doc_decode_ecc()
465 bb[3] = ((ecc1[3] & 0xc0) >> 6) | ((ecc1[0] & 0xff) << 2); in doc_decode_ecc()
[all …]
/drivers/md/
Dmd.c1472 static int md_set_badblocks(struct badblocks *bb, sector_t s, int sectors,
1579 u64 bb = le64_to_cpu(*bbp); in super_1_load() local
1580 int count = bb & (0x3ff); in super_1_load()
1581 u64 sector = bb >> 10; in super_1_load()
1584 if (bb + 1 == 0) in super_1_load()
1799 struct badblocks *bb = &rdev->badblocks; in super_1_sync() local
1801 u64 *p = bb->page; in super_1_sync()
1803 if (bb->changed) { in super_1_sync()
1807 seq = read_seqbegin(&bb->lock); in super_1_sync()
1811 for (i = 0 ; i < bb->count ; i++) { in super_1_sync()
[all …]
Dmd.h180 extern int md_is_badblock(struct badblocks *bb, sector_t s, int sectors,
198 extern void md_ack_all_badblocks(struct badblocks *bb);
/drivers/net/wireless/wl1251/
Dacx.c692 struct acx_beacon_broadcast *bb; in wl1251_acx_bcn_dtim_options() local
697 bb = kzalloc(sizeof(*bb), GFP_KERNEL); in wl1251_acx_bcn_dtim_options()
698 if (!bb) { in wl1251_acx_bcn_dtim_options()
703 bb->beacon_rx_timeout = BCN_RX_TIMEOUT_DEF_VALUE; in wl1251_acx_bcn_dtim_options()
704 bb->broadcast_timeout = BROADCAST_RX_TIMEOUT_DEF_VALUE; in wl1251_acx_bcn_dtim_options()
705 bb->rx_broadcast_in_ps = RX_BROADCAST_IN_PS_DEF_VALUE; in wl1251_acx_bcn_dtim_options()
706 bb->ps_poll_threshold = CONSECUTIVE_PS_POLL_FAILURE_DEF; in wl1251_acx_bcn_dtim_options()
708 ret = wl1251_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); in wl1251_acx_bcn_dtim_options()
715 kfree(bb); in wl1251_acx_bcn_dtim_options()
/drivers/net/wireless/wl12xx/
Dacx.c571 struct acx_beacon_broadcast *bb; in wl1271_acx_bcn_dtim_options() local
576 bb = kzalloc(sizeof(*bb), GFP_KERNEL); in wl1271_acx_bcn_dtim_options()
577 if (!bb) { in wl1271_acx_bcn_dtim_options()
582 bb->role_id = wlvif->role_id; in wl1271_acx_bcn_dtim_options()
583 bb->beacon_rx_timeout = cpu_to_le16(wl->conf.conn.beacon_rx_timeout); in wl1271_acx_bcn_dtim_options()
584 bb->broadcast_timeout = cpu_to_le16(wl->conf.conn.broadcast_timeout); in wl1271_acx_bcn_dtim_options()
585 bb->rx_broadcast_in_ps = wl->conf.conn.rx_broadcast_in_ps; in wl1271_acx_bcn_dtim_options()
586 bb->ps_poll_threshold = wl->conf.conn.ps_poll_threshold; in wl1271_acx_bcn_dtim_options()
588 ret = wl1271_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); in wl1271_acx_bcn_dtim_options()
595 kfree(bb); in wl1271_acx_bcn_dtim_options()
/drivers/media/dvb/frontends/
Ddib0090.h88 extern void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_lim…
149 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain() argument
Ddib0090.c947 u16 rf, bb, ref; in dib0090_gain_apply() local
985 bb = gain - rf; in dib0090_gain_apply()
986 if (bb > state->bb_ramp[0]) in dib0090_gain_apply()
987 bb = state->bb_ramp[0]; in dib0090_gain_apply()
990 bb = 0; in dib0090_gain_apply()
994 state->gain[1] = bb; in dib0090_gain_apply()
1028 ref = bb; in dib0090_gain_apply()
1032 gain_reg[3] |= ((bb % 10) * 100) / 125; in dib0090_gain_apply()
1035 …3d(bb) = %3d gain_reg[0]=%04x gain_reg[1]=%04x gain_reg[2]=%04x gain_reg[0]=%04x", rf, bb, rf + bb, in dib0090_gain_apply()
1337 void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16… in dib0090_get_current_gain() argument
[all …]
/drivers/staging/usbip/userspace/
DREADME91 - busid 3-3.1 (08bb:2702)
95 - busid 3-3.2 (04bb:0206)
127 - busid 3-3.2 (04bb:0206)
/drivers/net/wireless/b43/
Dlo.c918 struct b43_bbatt bb; in b43_lo_g_adjust_to() local
922 memset(&bb, 0, sizeof(bb)); in b43_lo_g_adjust_to()
924 bb.att = bbatt; in b43_lo_g_adjust_to()
926 cal = b43_get_calib_lo_settings(dev, &bb, &rf); in b43_lo_g_adjust_to()
Dphy_g.c222 u16 bb, rf; in b43_set_txpower_g() local
225 bb = bbatt->att; in b43_set_txpower_g()
243 bb, rf, tx_control, tx_bias, tx_magn); in b43_set_txpower_g()
246 b43_gphy_set_baseband_attenuation(dev, bb); in b43_set_txpower_g()
289 u8 rf, bb; in b43_gphy_gain_lt_init() local
292 for (bb = 0; bb < lo->bbatt_list.len; bb++) { in b43_gphy_gain_lt_init()
295 tmp = lo->bbatt_list.list[bb].att; in b43_gphy_gain_lt_init()
2124 struct b43_bbatt *bb) in default_baseband_attenuation() argument
2129 bb->att = 0; in default_baseband_attenuation()
2131 bb->att = 2; in default_baseband_attenuation()
/drivers/video/omap2/dss/
Dmanager.c363 info.cpr_coefs.bb); in manager_cpr_coef_show()
380 &coefs.br, &coefs.bg, &coefs.bb) != 9) in manager_cpr_coef_store()
385 coefs.br, coefs.bg, coefs.bb }; in manager_cpr_coef_store()
Ddispc.c959 FLD_VAL(coefs->bb, 9, 0); in dispc_mgr_set_cpr_coef()
/drivers/net/ethernet/sun/
Dsunbmac.c214 struct bmac_init_block *bb = bp->bmac_block; in bigmac_init_rings() local
242 bb->be_rxd[i].rx_addr = in bigmac_init_rings()
247 bb->be_rxd[i].rx_flags = in bigmac_init_rings()
252 bb->be_txd[i].tx_flags = bb->be_txd[i].tx_addr = 0; in bigmac_init_rings()
/drivers/net/wireless/bcmdhd/
Dlinux_osl.c474 struct bcmstrbuf *bb; in osl_ctfpool_stats() local
488 bb = b; in osl_ctfpool_stats()
490 ASSERT((osh != NULL) && (bb != NULL)); in osl_ctfpool_stats()
492 bcm_bprintf(bb, "max_obj %d obj_size %d curr_obj %d refills %d\n", in osl_ctfpool_stats()
495 bcm_bprintf(bb, "fast_allocs %d fast_frees %d slow_allocs %d\n", in osl_ctfpool_stats()
/drivers/message/fusion/
Dmptfc.c276 FCDevicePage0_t **bb = (FCDevicePage0_t **)b; in mptfc_FcDevPage0_cmp_func() local
278 if ((*aa)->CurrentBus == (*bb)->CurrentBus) { in mptfc_FcDevPage0_cmp_func()
279 if ((*aa)->CurrentTargetID == (*bb)->CurrentTargetID) in mptfc_FcDevPage0_cmp_func()
281 if ((*aa)->CurrentTargetID < (*bb)->CurrentTargetID) in mptfc_FcDevPage0_cmp_func()
285 if ((*aa)->CurrentBus < (*bb)->CurrentBus) in mptfc_FcDevPage0_cmp_func()
/drivers/tty/vt/
Dcp437.uni200 0xaf U+00bb
/drivers/s390/cio/
Dqdio_main.c81 unsigned int *bb, unsigned int fc, in do_siga_output() argument
99 *bb = ((unsigned int) __fc) >> 31; in do_siga_output()
/drivers/hwmon/
DKconfig106 ADC<bb><c>S<sss> chip family, where
107 * bb is the resolution in number of bits (8, 10, 12)
/drivers/net/wireless/bcmdhd/include/
Dwlioctl.h1046 uint16 bb; /* Baseband attenuation */ member