Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-lib.c20 struct bio_batch *bb = bio->bi_private; in bio_batch_end_io() local
23 bb->error = bio->bi_error; in bio_batch_end_io()
24 if (atomic_dec_and_test(&bb->done)) in bio_batch_end_io()
25 complete(bb->wait); in bio_batch_end_io()
48 struct bio_batch bb; in blkdev_issue_discard() local
69 atomic_set(&bb.done, 1); in blkdev_issue_discard()
70 bb.error = 0; in blkdev_issue_discard()
71 bb.wait = &wait; in blkdev_issue_discard()
104 bio->bi_private = &bb; in blkdev_issue_discard()
110 atomic_inc(&bb.done); in blkdev_issue_discard()
[all …]
/linux-4.4.14/crypto/
Drmd256.c52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local
56 bb = state[1]; in rmd256_transform()
67 ROUND(aa, bb, cc, dd, F1, K1, in[0], 11); in rmd256_transform()
68 ROUND(dd, aa, bb, cc, F1, K1, in[1], 14); in rmd256_transform()
69 ROUND(cc, dd, aa, bb, F1, K1, in[2], 15); in rmd256_transform()
70 ROUND(bb, cc, dd, aa, F1, K1, in[3], 12); in rmd256_transform()
71 ROUND(aa, bb, cc, dd, F1, K1, in[4], 5); in rmd256_transform()
72 ROUND(dd, aa, bb, cc, F1, K1, in[5], 8); in rmd256_transform()
73 ROUND(cc, dd, aa, bb, F1, K1, in[6], 7); in rmd256_transform()
74 ROUND(bb, cc, dd, aa, F1, K1, in[7], 9); in rmd256_transform()
[all …]
Drmd128.c52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd; in rmd128_transform() local
56 bb = state[1]; in rmd128_transform()
67 ROUND(aa, bb, cc, dd, F1, K1, in[0], 11); in rmd128_transform()
68 ROUND(dd, aa, bb, cc, F1, K1, in[1], 14); in rmd128_transform()
69 ROUND(cc, dd, aa, bb, F1, K1, in[2], 15); in rmd128_transform()
70 ROUND(bb, cc, dd, aa, F1, K1, in[3], 12); in rmd128_transform()
71 ROUND(aa, bb, cc, dd, F1, K1, in[4], 5); in rmd128_transform()
72 ROUND(dd, aa, bb, cc, F1, K1, in[5], 8); in rmd128_transform()
73 ROUND(cc, dd, aa, bb, F1, K1, in[6], 7); in rmd128_transform()
74 ROUND(bb, cc, dd, aa, F1, K1, in[7], 9); in rmd128_transform()
[all …]
Drmd160.c56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local
60 bb = state[1]; in rmd160_transform()
73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd160_transform()
74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd160_transform()
75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd160_transform()
76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd160_transform()
77 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd160_transform()
78 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd160_transform()
79 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd160_transform()
80 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9); in rmd160_transform()
[all …]
Drmd320.c56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local
60 bb = state[1]; in rmd320_transform()
73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd320_transform()
74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd320_transform()
75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd320_transform()
76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd320_transform()
77 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd320_transform()
78 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd320_transform()
79 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd320_transform()
80 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9); in rmd320_transform()
[all …]
Dtgr192.c468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
478 b = bb = tctx->b; in tgr192_transform()
490 b -= bb; in tgr192_transform()
/linux-4.4.14/net/tipc/
Dbcast.c80 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_select_primary() local
81 int all_dests = tipc_link_bc_peers(bb->link); in tipc_bcbase_select_primary()
84 bb->primary_bearer = INVALID_BEARER_ID; in tipc_bcbase_select_primary()
90 if (!bb->dests[i]) in tipc_bcbase_select_primary()
94 if (mtu < tipc_link_mtu(bb->link)) in tipc_bcbase_select_primary()
95 tipc_link_set_mtu(bb->link, mtu); in tipc_bcbase_select_primary()
97 if (bb->dests[i] < all_dests) in tipc_bcbase_select_primary()
100 bb->primary_bearer = i; in tipc_bcbase_select_primary()
110 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_inc_bearer_dst_cnt() local
113 bb->dests[bearer_id]++; in tipc_bcast_inc_bearer_dst_cnt()
[all …]
/linux-4.4.14/arch/alpha/boot/tools/
Dobjstrip.c108 unsigned long bb[64], sum = 0; in main() local
123 memset(bb, 0, sizeof(bb)); in main()
124 strcpy((char *) bb, "Linux SRM bootblock"); in main()
125 bb[60] = size / BLOCK_SIZE; /* count */ in main()
126 bb[61] = 1; /* starting sector # */ in main()
127 bb[62] = 0; /* flags---must be 0 */ in main()
129 sum += bb[i]; in main()
131 bb[63] = sum; in main()
132 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) { in main()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap_btree.h84 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument
85 XFS_BMBT_PTR_ADDR(mp, bb, i, xfs_bmbt_maxrecs(mp, sz, 0))
91 #define XFS_BMAP_BROOT_SPACE(mp, bb) \ argument
92 (XFS_BMAP_BROOT_SPACE_CALC(mp, be16_to_cpu((bb)->bb_numrecs)))
96 #define XFS_BMAP_BMDR_SPACE(bb) \ argument
97 (XFS_BMDR_SPACE_CALC(be16_to_cpu((bb)->bb_numrecs)))
Dxfs_format.h572 #define XFS_BB_TO_FSB(mp,bb) \ argument
573 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
574 #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log) argument
1081 #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)->m_sb.sb_rbmblocks + (bb))) argument
1089 #define XFS_BLOCKTOBIT(mp,bb) ((bb) << (mp)->m_blkbit_log) argument
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dtwl-charger.txt20 - ti,bb-uvolt: microvolts for charging the backup battery.
21 - ti,bb-uamp: microamps for charging the backup battery.
28 ti,bb-uvolt = <3200000>;
29 ti,bb-uamp = <150>;
Drockchip-io-domain.txt59 - bb-supply: The supply connected to APIO5_VDD.
89 bb-supply = <&vcc33_io>;
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dltc3589.txt8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out,
13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify
22 0.3625 * (1 + R1/R2) V and 0.75 * (1 + R1/R2) V. Regulators bb-out and ldo1
63 bb_out_reg: bb-out {
/linux-4.4.14/lib/
Dinflate.c223 STATIC ulg bb; /* bit buffer */ variable
607 b = bb; /* initialize bit buffer */ in inflate_codes()
691 bb = b; /* restore global bit buffer */ in inflate_codes()
714 b = bb; /* initialize bit buffer */ in inflate_stored()
750 bb = b; /* restore global bit buffer */ in inflate_stored()
860 b = bb; in inflate_dynamic()
970 bb = b; in inflate_dynamic()
1045 b = bb; in inflate_block()
1062 bb = b; in inflate_block()
1094 bb = 0; in inflate()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dacx.c643 struct acx_beacon_broadcast *bb; in wl1251_acx_bcn_dtim_options() local
648 bb = kzalloc(sizeof(*bb), GFP_KERNEL); in wl1251_acx_bcn_dtim_options()
649 if (!bb) in wl1251_acx_bcn_dtim_options()
652 bb->beacon_rx_timeout = BCN_RX_TIMEOUT_DEF_VALUE; in wl1251_acx_bcn_dtim_options()
653 bb->broadcast_timeout = BROADCAST_RX_TIMEOUT_DEF_VALUE; in wl1251_acx_bcn_dtim_options()
654 bb->rx_broadcast_in_ps = RX_BROADCAST_IN_PS_DEF_VALUE; in wl1251_acx_bcn_dtim_options()
655 bb->ps_poll_threshold = CONSECUTIVE_PS_POLL_FAILURE_DEF; in wl1251_acx_bcn_dtim_options()
657 ret = wl1251_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); in wl1251_acx_bcn_dtim_options()
664 kfree(bb); in wl1251_acx_bcn_dtim_options()
/linux-4.4.14/drivers/md/
Dmd.c1366 static int md_set_badblocks(struct badblocks *bb, sector_t s, int sectors,
1485 u64 bb = le64_to_cpu(*bbp); in super_1_load() local
1486 int count = bb & (0x3ff); in super_1_load()
1487 u64 sector = bb >> 10; in super_1_load()
1490 if (bb + 1 == 0) in super_1_load()
1773 struct badblocks *bb = &rdev->badblocks; in super_1_sync() local
1775 u64 *p = bb->page; in super_1_sync()
1777 if (bb->changed) { in super_1_sync()
1781 seq = read_seqbegin(&bb->lock); in super_1_sync()
1785 for (i = 0 ; i < bb->count ; i++) { in super_1_sync()
[all …]
Dmd.h197 extern int md_is_badblock(struct badblocks *bb, sector_t s, int sectors,
216 extern void md_ack_all_badblocks(struct badblocks *bb);
/linux-4.4.14/drivers/input/mouse/
Dcypress_ps2.h9 #define ENCODE_CMD(aa, bb, cc, dd) \ argument
10 (COMPOSIT((aa), 6) | COMPOSIT((bb), 4) | COMPOSIT((cc), 2) | COMPOSIT((dd), 0))
/linux-4.4.14/arch/x86/kernel/cpu/
Dcentaur.c116 u32 aa, bb, cc, dd; in init_centaur() local
182 cpuid(0x80000005, &aa, &bb, &cc, &dd); in init_centaur()
/linux-4.4.14/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.c928 u16 rf, bb, ref; in dib0090_gain_apply() local
966 bb = gain - rf; in dib0090_gain_apply()
967 if (bb > state->bb_ramp[0]) in dib0090_gain_apply()
968 bb = state->bb_ramp[0]; in dib0090_gain_apply()
971 bb = 0; in dib0090_gain_apply()
975 state->gain[1] = bb; in dib0090_gain_apply()
1009 ref = bb; in dib0090_gain_apply()
1013 gain_reg[3] |= ((bb % 10) * 100) / 125; in dib0090_gain_apply()
1016 …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()
1317 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 …]
/linux-4.4.14/arch/powerpc/crypto/
Daes-tab-4k.S86 .long R(bb, d0, d0, 6b), R(c5, ef, ef, 2a)
152 .long R(d2, 69, 69, bb), R(a9, d9, d9, 70)
165 .long R(6d, bb, bb, d6), R(2c, 16, 16, 3a)
191 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84)
234 .long R(ee, 99, dd, bb), R(a3, 7f, 60, fd)
241 .long R(85, 4a, 24, 7d), R(d2, bb, 3d, f8)
260 .long R(e8, 9c, 63, 6e), R(db, 3b, bb, 7b)
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dacx.c580 struct acx_beacon_broadcast *bb; in wl1271_acx_bcn_dtim_options() local
585 bb = kzalloc(sizeof(*bb), GFP_KERNEL); in wl1271_acx_bcn_dtim_options()
586 if (!bb) { in wl1271_acx_bcn_dtim_options()
591 bb->role_id = wlvif->role_id; in wl1271_acx_bcn_dtim_options()
592 bb->beacon_rx_timeout = cpu_to_le16(wl->conf.conn.beacon_rx_timeout); in wl1271_acx_bcn_dtim_options()
593 bb->broadcast_timeout = cpu_to_le16(wl->conf.conn.broadcast_timeout); in wl1271_acx_bcn_dtim_options()
594 bb->rx_broadcast_in_ps = wl->conf.conn.rx_broadcast_in_ps; in wl1271_acx_bcn_dtim_options()
595 bb->ps_poll_threshold = wl->conf.conn.ps_poll_threshold; in wl1271_acx_bcn_dtim_options()
597 ret = wl1271_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); in wl1271_acx_bcn_dtim_options()
604 kfree(bb); in wl1271_acx_bcn_dtim_options()
/linux-4.4.14/tools/usb/usbip/
DREADME93 - busid 3-3.1 (08bb:2702)
97 - busid 3-3.2 (04bb:0206)
129 - busid 3-3.2 (04bb:0206)
/linux-4.4.14/arch/arm/boot/dts/
Dlogicpd-torpedo-37xx-devkit.dts71 ti,bb-uvolt = <3200000>;
72 ti,bb-uamp = <150>;
Domap3-gta04.dtsi427 ti,bb-uvolt = <3200000>;
428 ti,bb-uamp = <150>;
Domap3-pandora-common.dtsi429 ti,bb-uvolt = <3200000>;
430 ti,bb-uamp = <150>;
Drk3288-firefly.dtsi71 bb-supply = <&vcc_io>;
Drk3288-popmetal.dts87 bb-supply = <&vcc_io>;
Drk3288-veyron.dtsi90 bb-supply = <&vcc33_io>;
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dmanager-sysfs.c388 info.cpr_coefs.bb); in manager_cpr_coef_show()
405 &coefs.br, &coefs.bg, &coefs.bb) != 9) in manager_cpr_coef_store()
410 coefs.br, coefs.bg, coefs.bb }; in manager_cpr_coef_store()
Ddispc.c1097 FLD_VAL(coefs->bb, 9, 0); in dispc_mgr_set_cpr_coef()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dda9052-i2c.txt5 "dlg,da9053-ab", or "dlg,da9053-bb"
/linux-4.4.14/arch/parisc/kernel/
Dentry.S417 bb,>=,n \pmd,_PxD_PRESENT_BIT,\fault
425 bb,>=,n \pte,_PAGE_PRESENT_BIT,\fault
445 bb,>=,n \pgd,_PxD_PRESENT_BIT,\fault
465 bb,<,n \pte,_PAGE_PRESENT_BIT,2f
884 bb,<,n %r19,31-TIF_NEED_RESCHED,intr_do_resched /* forward */
998 bb,<,n %r20, 31 - PSW_SM_I, intr_restore
1356 bb,>=,n %r9,26,nadtlb_nullify /* m bit not set, just nullify */
1805 bb,<,n %r19, 31-TIF_NEED_RESCHED, syscall_do_resched /* forward */
1940 bb,< %r2,30,pt_regs_ok /* Branch if D set */
2041 bb,>=,n %arg1, 30, 1f
/linux-4.4.14/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()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunbmac.c213 struct bmac_init_block *bb = bp->bmac_block; in bigmac_init_rings() local
239 bb->be_rxd[i].rx_addr = in bigmac_init_rings()
244 bb->be_rxd[i].rx_flags = in bigmac_init_rings()
249 bb->be_txd[i].tx_flags = bb->be_txd[i].tx_addr = 0; in bigmac_init_rings()
/linux-4.4.14/scripts/package/
DMakefile67 $(UTS_MACHINE) -bb $(objtree)/binkernel.spec
/linux-4.4.14/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()
/linux-4.4.14/Documentation/networking/
Dvrf.txt139 link/ether 36:62:e8:7d:bb:8c brd ff:ff:ff:ff:ff:ff promiscuity 0
142 link/ether e6:28:b8:63:70:bb brd ff:ff:ff:ff:ff:ff promiscuity 0
151 vrf-blue UP 36:62:e8:7d:bb:8c <NOARP,MASTER,UP,LOWER_UP>
152 vrf-green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
Dbonding.txt2773 # ip link set bond0 address 66:77:88:99:aa:bb
/linux-4.4.14/Documentation/sysctl/
Dnet.txt3 Bodo Bauer <bb@ricochet.net>
164 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8: ... (52 bytes total)
175 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8:43:e3:c9:0c:fd:17:55:c2:…
/linux-4.4.14/arch/x86/kernel/
Duprobes.c59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
62 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
73 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.em28xx66 65 -> IO-DATA GV-MVP/SZ (em2820/em2840) [04bb:0515]
Dgspca.txt365 sn9c20x 0c45:62bb PC Camera (SN9C202 + OV7660)
/linux-4.4.14/Documentation/DocBook/media/
Dpipeline.png.b6414 /OKSwur8++Gw4uTh0ef78uPU+OPL3Ojz++bGyfH36evo/+3b6vT88vPw/feu1/v+//bb//nK/PnW
/linux-4.4.14/Documentation/scsi/
Daacraid.txt44 9005:0285:9005:02bb Adaptec 3405 (Marauder40LP)
Dst.txt341 st=aa[,bb[,dd]]
345 bb is the write threshold in 1024 byte units
/linux-4.4.14/drivers/tty/vt/
Dcp437.uni200 0xaf U+00bb
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/
Ddev.c303 int idx, bb; in rtl8180_handle_rx() local
306 bb = (agc & 0x1F) * 2; in rtl8180_handle_rx()
308 signal = 4 - bb - rtl8187se_lna_gain[idx]; in rtl8180_handle_rx()
/linux-4.4.14/fs/ext4/
Dmballoc.c443 char *bb; in mb_find_buddy() local
459 bb = e4b->bd_buddy + EXT4_SB(e4b->bd_sb)->s_mb_offsets[order]; in mb_find_buddy()
462 return bb; in mb_find_buddy()
1263 void *bb; in mb_find_order_for_block() local
1268 bb = e4b->bd_buddy; in mb_find_order_for_block()
1271 if (!mb_test_bit(block, bb)) { in mb_find_order_for_block()
1275 bb += bb_incr; in mb_find_order_for_block()
/linux-4.4.14/include/video/
Domapdss.h382 s16 br, bg, bb; member
/linux-4.4.14/drivers/s390/cio/
Dqdio_main.c79 unsigned int *bb, unsigned int fc, in do_siga_output() argument
95 *bb = __fc >> 31; in do_siga_output()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt236 bb: MOV rBX/r11,Iv
533 bb: BTC Ev,Gv
733 bb: vfmsub231ss/d Vx,Hx,Wx (66),(v),(v1)
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt236 bb: MOV rBX/r11,Iv
533 bb: BTC Ev,Gv
733 bb: vfmsub231ss/d Vx,Hx,Wx (66),(v),(v1)
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db603 API-gen8-init-indirectctx-bb
604 API-gen8-init-perctx-bb
/linux-4.4.14/arch/arm/mach-omap2/
Dmux34xx.c34 #define _OMAP3_BALLENTRY(M0, bb, bt) \ argument
37 .balls = { bb, bt }, \
/linux-4.4.14/drivers/hwmon/
DKconfig898 ADC<bb><c>S<sss> chip family, where
899 * bb is the resolution in number of bits (8, 10, 12)
/linux-4.4.14/Documentation/filesystems/
Dproc.txt5 Bodo Bauer <bb@ricochet.net>
78 contact Bodo Bauer at bb@ricochet.net. We'll be happy to add them to this
/linux-4.4.14/arch/m68k/ifpsp060/
Dfplsp.sa1512 dc.l $3ffd0000,$f61cce92,$346600bb,$00000000