b2                 26 arch/arm/include/asm/xor.h 		: "=r" (src), "=r" (b1), "=r" (b2) \
b2                 28 arch/arm/include/asm/xor.h 	__XOR(a1, b1); __XOR(a2, b2);
b2                 32 arch/arm/include/asm/xor.h 		: "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
b2                 34 arch/arm/include/asm/xor.h 	__XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
b2                 55 arch/arm/include/asm/xor.h 	register unsigned int b2 __asm__("r9");
b2                 76 arch/arm/include/asm/xor.h 	register unsigned int b2 __asm__("r9");
b2                 96 arch/arm/include/asm/xor.h 	register unsigned int b2 __asm__("lr");
b2                115 arch/arm/include/asm/xor.h 	register unsigned int b2 __asm__("lr");
b2                135 arch/c6x/include/uapi/asm/ptrace.h 	REG_PAIR(b3, b2);
b2                 69 arch/c6x/kernel/asm-offsets.c 	OFFSET(REGS_B2,		pt_regs, b2);
b2                 44 arch/c6x/kernel/signal.c 	COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9);
b2                109 arch/c6x/kernel/signal.c 	COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9);
b2                 36 arch/c6x/kernel/traps.c 	pr_err("A2: %08lx  B2: %08lx\n", regs->a2, regs->b2);
b2                194 arch/ia64/include/uapi/asm/ptrace.h 	unsigned long b2;
b2                160 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B2_OFFSET, offsetof (struct switch_stack, b2));
b2                 58 arch/ia64/kernel/entry.h 	.spillsp b2,SW(B2)+16+(off); .spillsp b3,SW(B3)+16+(off);		\
b2                 17 arch/s390/include/asm/cpu_mf-insn.h 	.insn	rsy,0xeb0000000017,\r1,\m3 & 0xf,\db2
b2                263 arch/s390/include/asm/vx-insn.h 	GR_NUM	b2, "%r0"
b2                266 arch/s390/include/asm/vx-insn.h 	.word	(b2 << 12) | (\disp)
b2                295 arch/s390/include/asm/vx-insn.h 	GR_NUM	b2, \base
b2                297 arch/s390/include/asm/vx-insn.h 	.word	(b2 << 12) | (\disp)
b2                305 arch/s390/include/asm/vx-insn.h 	GR_NUM	b2, \base
b2                307 arch/s390/include/asm/vx-insn.h 	.word	(b2 << 12) | (\disp)
b2                346 arch/s390/include/asm/vx-insn.h 	GR_NUM	b2, \base
b2                349 arch/s390/include/asm/vx-insn.h 	.word	(b2 << 12) | (\disp)
b2                369 arch/s390/include/asm/vx-insn.h 	GR_NUM	b2, \base	    /* Base register */
b2                371 arch/s390/include/asm/vx-insn.h 	.word	(b2 << 12) | (\disp)
b2                379 arch/s390/include/asm/vx-insn.h 	GR_NUM	b2, \base	    /* Base register */
b2                381 arch/s390/include/asm/vx-insn.h 	.word	(b2 << 12) | (\disp)
b2                289 arch/s390/kvm/vsie.c 	unsigned long *b1, *b2;
b2                340 arch/s390/kvm/vsie.c 	b2 = (unsigned long *)
b2                343 arch/s390/kvm/vsie.c 	bitmap_xor(b1, b1, b2, BITS_PER_BYTE * 56);
b2                139 arch/s390/net/bpf_jit_comp.c #define EMIT2(op, b1, b2)					\
b2                141 arch/s390/net/bpf_jit_comp.c 	_EMIT2(op | reg(b1, b2));				\
b2                143 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                153 arch/s390/net/bpf_jit_comp.c #define EMIT4(op, b1, b2)					\
b2                155 arch/s390/net/bpf_jit_comp.c 	_EMIT4(op | reg(b1, b2));				\
b2                157 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                160 arch/s390/net/bpf_jit_comp.c #define EMIT4_RRF(op, b1, b2, b3)				\
b2                162 arch/s390/net/bpf_jit_comp.c 	_EMIT4(op | reg_high(b3) << 8 | reg(b1, b2));		\
b2                164 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                174 arch/s390/net/bpf_jit_comp.c #define EMIT4_DISP(op, b1, b2, disp)				\
b2                177 arch/s390/net/bpf_jit_comp.c 		    reg_high(b2) << 8, disp);			\
b2                179 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                218 arch/s390/net/bpf_jit_comp.c #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp)		\
b2                220 arch/s390/net/bpf_jit_comp.c 	_EMIT6_DISP_LH(op1 | reg(b1, b2) << 16 |		\
b2                223 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                227 arch/s390/net/bpf_jit_comp.c #define EMIT6_PCREL_LABEL(op1, op2, b1, b2, label, mask)	\
b2                230 arch/s390/net/bpf_jit_comp.c 	_EMIT6(op1 | reg(b1, b2) << 16 | (rel & 0xffff),	\
b2                233 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                245 arch/s390/net/bpf_jit_comp.c #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask)		\
b2                249 arch/s390/net/bpf_jit_comp.c 	_EMIT6(op1 | reg(b1, b2) << 16 | (rel & 0xffff), op2 | mask);	\
b2                251 arch/s390/net/bpf_jit_comp.c 	REG_SET_SEEN(b2);					\
b2                 61 arch/x86/kernel/kprobes/core.c #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
b2                 62 arch/x86/kernel/kprobes/core.c 	(((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) |   \
b2                 46 arch/x86/kernel/uprobes.c #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\
b2                 47 arch/x86/kernel/uprobes.c 	(((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) |   \
b2                140 arch/x86/lib/insn.c 		insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1);
b2                147 arch/x86/lib/insn.c 			if (X86_MODRM_MOD(b2) != 3)
b2                151 arch/x86/lib/insn.c 		insn->vex_prefix.bytes[1] = b2;
b2                153 arch/x86/lib/insn.c 			b2 = peek_nbyte_next(insn_byte_t, insn, 2);
b2                154 arch/x86/lib/insn.c 			insn->vex_prefix.bytes[2] = b2;
b2                155 arch/x86/lib/insn.c 			b2 = peek_nbyte_next(insn_byte_t, insn, 3);
b2                156 arch/x86/lib/insn.c 			insn->vex_prefix.bytes[3] = b2;
b2                159 arch/x86/lib/insn.c 			if (insn->x86_64 && X86_VEX_W(b2))
b2                163 arch/x86/lib/insn.c 			b2 = peek_nbyte_next(insn_byte_t, insn, 2);
b2                164 arch/x86/lib/insn.c 			insn->vex_prefix.bytes[2] = b2;
b2                167 arch/x86/lib/insn.c 			if (insn->x86_64 && X86_VEX_W(b2))
b2                176 arch/x86/lib/insn.c 			insn->vex_prefix.bytes[2] = b2 & 0x7f;
b2                 33 arch/x86/net/bpf_jit_comp.c #define EMIT2(b1, b2)		EMIT((b1) + ((b2) << 8), 2)
b2                 34 arch/x86/net/bpf_jit_comp.c #define EMIT3(b1, b2, b3)	EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3)
b2                 35 arch/x86/net/bpf_jit_comp.c #define EMIT4(b1, b2, b3, b4)   EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4)
b2                 39 arch/x86/net/bpf_jit_comp.c #define EMIT2_off32(b1, b2, off) \
b2                 40 arch/x86/net/bpf_jit_comp.c 	do { EMIT2(b1, b2); EMIT(off, 4); } while (0)
b2                 41 arch/x86/net/bpf_jit_comp.c #define EMIT3_off32(b1, b2, b3, off) \
b2                 42 arch/x86/net/bpf_jit_comp.c 	do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
b2                 43 arch/x86/net/bpf_jit_comp.c #define EMIT4_off32(b1, b2, b3, b4, off) \
b2                 44 arch/x86/net/bpf_jit_comp.c 	do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
b2                314 arch/x86/net/bpf_jit_comp.c 	u8 b1, b2, b3;
b2                324 arch/x86/net/bpf_jit_comp.c 		b2 = 0xC7;
b2                326 arch/x86/net/bpf_jit_comp.c 		EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32);
b2                337 arch/x86/net/bpf_jit_comp.c 		b2 = 0x31; /* xor */
b2                339 arch/x86/net/bpf_jit_comp.c 		EMIT2(b2, add_2reg(b3, dst_reg, dst_reg));
b2                412 arch/x86/net/bpf_jit_comp.c 		u8 b2 = 0, b3 = 0;
b2                431 arch/x86/net/bpf_jit_comp.c 			case BPF_ADD: b2 = 0x01; break;
b2                432 arch/x86/net/bpf_jit_comp.c 			case BPF_SUB: b2 = 0x29; break;
b2                433 arch/x86/net/bpf_jit_comp.c 			case BPF_AND: b2 = 0x21; break;
b2                434 arch/x86/net/bpf_jit_comp.c 			case BPF_OR: b2 = 0x09; break;
b2                435 arch/x86/net/bpf_jit_comp.c 			case BPF_XOR: b2 = 0x31; break;
b2                441 arch/x86/net/bpf_jit_comp.c 			EMIT2(b2, add_2reg(0xC0, dst_reg, src_reg));
b2                483 arch/x86/net/bpf_jit_comp.c 				b2 = 0x05;
b2                487 arch/x86/net/bpf_jit_comp.c 				b2 = 0x2D;
b2                491 arch/x86/net/bpf_jit_comp.c 				b2 = 0x25;
b2                495 arch/x86/net/bpf_jit_comp.c 				b2 = 0x0D;
b2                499 arch/x86/net/bpf_jit_comp.c 				b2 = 0x35;
b2                506 arch/x86/net/bpf_jit_comp.c 				EMIT1_off32(b2, imm32);
b2                 67 arch/x86/net/bpf_jit_comp32.c #define EMIT2(b1, b2)		EMIT((b1) + ((b2) << 8), 2)
b2                 68 arch/x86/net/bpf_jit_comp32.c #define EMIT3(b1, b2, b3)	EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3)
b2                 69 arch/x86/net/bpf_jit_comp32.c #define EMIT4(b1, b2, b3, b4)   \
b2                 70 arch/x86/net/bpf_jit_comp32.c 	EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4)
b2                 74 arch/x86/net/bpf_jit_comp32.c #define EMIT2_off32(b1, b2, off) \
b2                 75 arch/x86/net/bpf_jit_comp32.c 	do { EMIT2(b1, b2); EMIT(off, 4); } while (0)
b2                 76 arch/x86/net/bpf_jit_comp32.c #define EMIT3_off32(b1, b2, b3, off) \
b2                 77 arch/x86/net/bpf_jit_comp32.c 	do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
b2                 78 arch/x86/net/bpf_jit_comp32.c #define EMIT4_off32(b1, b2, b3, b4, off) \
b2                 79 arch/x86/net/bpf_jit_comp32.c 	do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0)
b2                487 arch/x86/net/bpf_jit_comp32.c 	u8 b2;
b2                502 arch/x86/net/bpf_jit_comp32.c 		b2 = 0xE0; break;
b2                504 arch/x86/net/bpf_jit_comp32.c 		b2 = 0xE8; break;
b2                506 arch/x86/net/bpf_jit_comp32.c 		b2 = 0xF8; break;
b2                510 arch/x86/net/bpf_jit_comp32.c 	EMIT2(0xD3, add_1reg(b2, dreg));
b2                124 block/blk-integrity.c 	struct blk_integrity *b2 = &gd2->queue->integrity;
b2                126 block/blk-integrity.c 	if (!b1->profile && !b2->profile)
b2                129 block/blk-integrity.c 	if (!b1->profile || !b2->profile)
b2                132 block/blk-integrity.c 	if (b1->interval_exp != b2->interval_exp) {
b2                135 block/blk-integrity.c 		       1 << b1->interval_exp, 1 << b2->interval_exp);
b2                139 block/blk-integrity.c 	if (b1->tuple_size != b2->tuple_size) {
b2                142 block/blk-integrity.c 		       b1->tuple_size, b2->tuple_size);
b2                146 block/blk-integrity.c 	if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) {
b2                149 block/blk-integrity.c 		       b1->tag_size, b2->tag_size);
b2                153 block/blk-integrity.c 	if (b1->profile != b2->profile) {
b2                156 block/blk-integrity.c 		       b1->profile->name, b2->profile->name);
b2                 60 crypto/xor.c   do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2)
b2                 84 crypto/xor.c   			tmpl->do_2(BENCH_SIZE, b1, b2);
b2                105 crypto/xor.c   	void *b1, *b2;
b2                122 crypto/xor.c   	b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE;
b2                129 crypto/xor.c   #define xor_speed(templ)	do_xor_speed((templ), b1, b2)
b2                 71 drivers/atm/fore200e.h #define BITFIELD2(b1, b2)                    b1; b2;
b2                 72 drivers/atm/fore200e.h #define BITFIELD3(b1, b2, b3)                b1; b2; b3;
b2                 73 drivers/atm/fore200e.h #define BITFIELD4(b1, b2, b3, b4)            b1; b2; b3; b4;
b2                 74 drivers/atm/fore200e.h #define BITFIELD5(b1, b2, b3, b4, b5)        b1; b2; b3; b4; b5;
b2                 75 drivers/atm/fore200e.h #define BITFIELD6(b1, b2, b3, b4, b5, b6)    b1; b2; b3; b4; b5; b6;
b2                 77 drivers/atm/fore200e.h #define BITFIELD2(b1, b2)                                    b2; b1;
b2                 78 drivers/atm/fore200e.h #define BITFIELD3(b1, b2, b3)                            b3; b2; b1;
b2                 79 drivers/atm/fore200e.h #define BITFIELD4(b1, b2, b3, b4)                    b4; b3; b2; b1;
b2                 80 drivers/atm/fore200e.h #define BITFIELD5(b1, b2, b3, b4, b5)            b5; b4; b3; b2; b1;
b2                 81 drivers/atm/fore200e.h #define BITFIELD6(b1, b2, b3, b4, b5, b6)    b6; b5; b4; b3; b2; b1;
b2               1249 drivers/block/amiflop.c 	register unsigned char *enc, b2, b1;
b2               1254 drivers/block/amiflop.c 	b2=b1>>4;
b2               1256 drivers/block/amiflop.c 	word=enc[b2] <<8 | enc [b1];
b2                 78 drivers/gpu/drm/bridge/tc358764.c #define LV_MX(b0, b1, b2, b3)	(FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \
b2                 79 drivers/gpu/drm/bridge/tc358764.c 				FLD_VAL(b2, 20, 16) | FLD_VAL(b3, 28, 24))
b2                251 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 	u8 b1, b2, b3, b4;
b2                270 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 		b2 = *p++;
b2                274 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 		REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1);
b2                279 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 		b1 = 0; b2 = 0; b3 = 0;
b2                284 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 			b2 = *p++;
b2                289 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 			b2 = *p++;
b2                296 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c 		REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1);
b2               1132 drivers/gpu/drm/omapdrm/dss/dsi.c 	int b0, b1, b2;
b2               1142 drivers/gpu/drm/omapdrm/dss/dsi.c 		b2 = 26;
b2               1146 drivers/gpu/drm/omapdrm/dss/dsi.c 		b2 = 26;
b2               1157 drivers/gpu/drm/omapdrm/dss/dsi.c 		DSI_FLD_GET(DSIPHY_CFG5, b2, b2),
b2               2606 drivers/gpu/drm/omapdrm/dss/dsi.c 					     u8 b1, u8 b2, u8 b3, u8 b4)
b2               2610 drivers/gpu/drm/omapdrm/dss/dsi.c 	val = b4 << 24 | b3 << 16 | b2 << 8  | b1 << 0;
b2               2625 drivers/gpu/drm/omapdrm/dss/dsi.c 	u8 b1, b2, b3, b4;
b2               2646 drivers/gpu/drm/omapdrm/dss/dsi.c 		b2 = *p++;
b2               2650 drivers/gpu/drm/omapdrm/dss/dsi.c 		dsi_vc_write_long_payload(dsi, channel, b1, b2, b3, b4);
b2               2655 drivers/gpu/drm/omapdrm/dss/dsi.c 		b1 = 0; b2 = 0; b3 = 0;
b2               2663 drivers/gpu/drm/omapdrm/dss/dsi.c 			b2 = *p++;
b2               2668 drivers/gpu/drm/omapdrm/dss/dsi.c 			b2 = *p++;
b2               2675 drivers/gpu/drm/omapdrm/dss/dsi.c 		dsi_vc_write_long_payload(dsi, channel, b1, b2, b3, 0);
b2                283 drivers/gpu/drm/omapdrm/dss/hdmi.h 		const u32 idx, int b2, int b1, u32 val)
b2                286 drivers/gpu/drm/omapdrm/dss/hdmi.h 	while (val != (v = REG_GET(base_addr, idx, b2, b1))) {
b2                487 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B2_MSB, csc_coeff.b2 >> 8, 6, 0);
b2                488 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B2_LSB, csc_coeff.b2, 7, 0);
b2                280 drivers/gpu/drm/omapdrm/dss/hdmi5_core.h 	u16 b1, b2, b3, b4;
b2               2143 drivers/gpu/drm/radeon/si.c 	fixed20_12 a, b1, b2;
b2               2156 drivers/gpu/drm/radeon/si.c 	b2.full = dfixed_mul(a, sclk);
b2               2162 drivers/gpu/drm/radeon/si.c 	min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2));
b2                 28 drivers/iio/pressure/mpl115.c 	s16 b1, b2;
b2                 72 drivers/iio/pressure/mpl115.c 	pcomp = (y1 + ((data->b2 * (int) tadc) >> 1)) >> 9;
b2                183 drivers/iio/pressure/mpl115.c 	data->b2 = ret;
b2                 20 drivers/isdn/mISDN/dsp_biquad.h 	int32_t b2;
b2                 27 drivers/isdn/mISDN/dsp_biquad.h 				int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2)
b2                 33 drivers/isdn/mISDN/dsp_biquad.h 	bq->b2 = b2;
b2                 45 drivers/isdn/mISDN/dsp_biquad.h 	y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2;
b2                341 drivers/md/dm-thin-metadata.c 	uint64_t b1, b2;
b2                347 drivers/md/dm-thin-metadata.c 	unpack_block_time(le64_to_cpu(v2_le), &b2, &t);
b2                349 drivers/md/dm-thin-metadata.c 	return b1 == b2;
b2               1105 drivers/md/md.c 	char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE];
b2               1177 drivers/md/md.c 				b, bdevname(refdev->bdev,b2));
b2               1182 drivers/md/md.c 				b, bdevname(refdev->bdev, b2));
b2               1546 drivers/md/md.c 	char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE];
b2               1705 drivers/md/md.c 				bdevname(refdev->bdev,b2));
b2               5713 drivers/md/md.c 		char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE];
b2               5725 drivers/md/md.c 						bdevname(rdev2->bdev,b2));
b2               6496 drivers/md/md.c 	char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE];
b2               6528 drivers/md/md.c 					bdevname(rdev0->bdev,b2));
b2                 88 drivers/md/raid0.c 	char b2[BDEVNAME_SIZE];
b2                115 drivers/md/raid0.c 				 bdevname(rdev2->bdev,b2),
b2                 52 drivers/media/dvb-frontends/ix2505v.c 	u8 b2[] = {0};
b2                 56 drivers/media/dvb-frontends/ix2505v.c 		{ .addr = addr, .flags = I2C_M_RD, .buf = b2, .len = 1 }
b2                 62 drivers/media/dvb-frontends/ix2505v.c 	return (ret == 1) ? (int) b2[0] : -1;
b2                126 drivers/media/dvb-frontends/lgs8gl5.c 	u8 b2[] = {reg, data};
b2                143 drivers/media/dvb-frontends/lgs8gl5.c 			.buf   = b2,
b2                164 drivers/media/dvb-frontends/tua6100.c 	u8 b2 [] = { 0x00 };
b2                166 drivers/media/dvb-frontends/tua6100.c 				  { .addr = addr, .flags = I2C_M_RD, .buf = b2, .len = 1 } };
b2                734 drivers/media/i2c/saa7115.c 		int b2 = wss_bits[(p[i] >> 3) & 7];
b2                736 drivers/media/i2c/saa7115.c 		if (b1 == b2)
b2                738 drivers/media/i2c/saa7115.c 		wss |= b2 << i;
b2                285 drivers/media/pci/bt8xx/bttv-i2c.c 		    unsigned char b2, int both)
b2                294 drivers/media/pci/bt8xx/bttv-i2c.c 	buffer[1] = b2;
b2                373 drivers/media/pci/bt8xx/bttv.h 			 unsigned char b2, int both);
b2                 68 drivers/media/usb/dvb-usb/dibusb-mb.c 	u8 b[2] = { 0,0 }, b2[1];
b2                 72 drivers/media/usb/dvb-usb/dibusb-mb.c 		{ .flags = I2C_M_RD, .buf = b2, .len = 1 },
b2                 90 drivers/media/usb/dvb-usb/dibusb-mb.c 	if (b2[0] == 0xfe) {
b2                 87 drivers/media/usb/em28xx/em28xx-i2c.c 	u8 b2[6];
b2                 92 drivers/media/usb/em28xx/em28xx-i2c.c 	b2[5] = 0x80 + len - 1;
b2                 93 drivers/media/usb/em28xx/em28xx-i2c.c 	b2[4] = addr;
b2                 94 drivers/media/usb/em28xx/em28xx-i2c.c 	b2[3] = buf[0];
b2                 96 drivers/media/usb/em28xx/em28xx-i2c.c 		b2[2] = buf[1];
b2                 98 drivers/media/usb/em28xx/em28xx-i2c.c 		b2[1] = buf[2];
b2                100 drivers/media/usb/em28xx/em28xx-i2c.c 		b2[0] = buf[3];
b2                103 drivers/media/usb/em28xx/em28xx-i2c.c 	ret = dev->em28xx_write_regs(dev, 4 - len, &b2[4 - len], 2 + len);
b2                399 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c 	u8 b2[] = { 0xaa, ++ttusb->c, 0x32, 1, 0 };
b2                422 drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c 	if ((err = ttusb_cmd(ttusb, b2, sizeof(b2), 0)))
b2                394 drivers/mtd/nand/raw/nand_ecc.c 	unsigned char b0, b1, b2, bit_addr;
b2                412 drivers/mtd/nand/raw/nand_ecc.c 	b2 = read_ecc[2] ^ calc_ecc[2];
b2                419 drivers/mtd/nand/raw/nand_ecc.c 	if ((b0 | b1 | b2) == 0)
b2                424 drivers/mtd/nand/raw/nand_ecc.c 	    ((eccsize_mult == 1 && ((b2 ^ (b2 >> 1)) & 0x54) == 0x54) ||
b2                425 drivers/mtd/nand/raw/nand_ecc.c 	     (eccsize_mult == 2 && ((b2 ^ (b2 >> 1)) & 0x55) == 0x55))) {
b2                446 drivers/mtd/nand/raw/nand_ecc.c 			byte_addr = (addressbits[b2 & 0x3] << 8) +
b2                448 drivers/mtd/nand/raw/nand_ecc.c 		bit_addr = addressbits[b2 >> 2];
b2                455 drivers/mtd/nand/raw/nand_ecc.c 	if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1)
b2                564 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	u8 bit_position = 0, b0, b1, b2;
b2                571 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	b2 = read_ecc[2] ^ calc_ecc[2];
b2                572 drivers/mtd/nand/raw/stm32_fmc2_nand.c 	b = b0 | (b1 << 8) | (b2 << 16);
b2               1440 drivers/net/ethernet/sgi/ioc3-eth.c 		unsigned long b2 = (data | 0x3fffUL) + 1UL;
b2               1441 drivers/net/ethernet/sgi/ioc3-eth.c 		unsigned long s1 = b2 - data;
b2               1442 drivers/net/ethernet/sgi/ioc3-eth.c 		unsigned long s2 = data + len - b2;
b2               1452 drivers/net/ethernet/sgi/ioc3-eth.c 		d2 = dma_map_single(ip->dma_dev, (void *)b2, s1, DMA_TO_DEVICE);
b2                343 drivers/net/hamradio/baycom_ser_fdx.c 	unsigned char b1,b2,b3;
b2                350 drivers/net/hamradio/baycom_ser_fdx.c 	b2 = inb(MSR(iobase));
b2                354 drivers/net/hamradio/baycom_ser_fdx.c 	outb(b2, MSR(iobase));
b2                365 drivers/net/hamradio/baycom_ser_fdx.c 		b2 = inb(SCR(iobase));
b2                366 drivers/net/hamradio/baycom_ser_fdx.c 		if ((b1 != 0x5a) || (b2 != 0xa5))
b2                425 drivers/net/hamradio/baycom_ser_hdx.c 	unsigned char b1,b2,b3;
b2                432 drivers/net/hamradio/baycom_ser_hdx.c 	b2 = inb(MSR(iobase));
b2                436 drivers/net/hamradio/baycom_ser_hdx.c 	outb(b2, MSR(iobase));
b2                447 drivers/net/hamradio/baycom_ser_hdx.c 		b2 = inb(SCR(iobase));
b2                448 drivers/net/hamradio/baycom_ser_hdx.c 		if ((b1 != 0x5a) || (b2 != 0xa5))
b2                496 drivers/net/hamradio/yam.c 	unsigned char b1, b2, b3;
b2                503 drivers/net/hamradio/yam.c 	b2 = inb(MSR(iobase));
b2                507 drivers/net/hamradio/yam.c 	outb(b2, MSR(iobase));
b2                518 drivers/net/hamradio/yam.c 		b2 = inb(SCR(iobase));
b2                519 drivers/net/hamradio/yam.c 		if ((b1 != 0x5a) || (b2 != 0xa5))
b2               1883 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	uint b2 = boardrev & 0xf;
b2               1897 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		|| (b2 > 9))
b2                213 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c 		u32 b0, b1, b2;
b2                220 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c 		b2 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata));
b2                222 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c 		id = ((b0 & 0xf) << 28) | (((b2 << 8) | b1) << 12) | ((b0 >> 4)
b2               3303 drivers/scsi/lpfc/lpfc_ct.c 	uint32_t b1, b2, b3, b4, i, rev;
b2               3317 drivers/scsi/lpfc/lpfc_ct.c 		b2 = (rev & 0x00000f00) >> 8;
b2               3357 drivers/scsi/lpfc/lpfc_ct.c 					b1, b2, b3, (char *)str);
b2               3360 drivers/scsi/lpfc/lpfc_ct.c 					b2, b3);
b2               3364 drivers/scsi/lpfc/lpfc_ct.c 					b1, b2, b3, c,
b2               3368 drivers/scsi/lpfc/lpfc_ct.c 					b1, b2, b3, c, b4);
b2               3374 drivers/scsi/lpfc/lpfc_ct.c 		b2 = (rev & 0x00f00000) >> 20;
b2               3379 drivers/scsi/lpfc/lpfc_ct.c 		sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4);
b2                523 drivers/staging/netlogic/xlr_net.c 	int b1, b2, c1, c2, i, j, k;
b2                555 drivers/staging/netlogic/xlr_net.c 		b2 = bkts[k];
b2                559 drivers/staging/netlogic/xlr_net.c 				(c2 << 7) | (b2 << 1) | (use_bkt << 0));
b2                561 drivers/staging/netlogic/xlr_net.c 			i, b1, b2, c1, c2);
b2                 77 drivers/thermal/rcar_gen3_thermal.c 	int b2;
b2                155 drivers/thermal/rcar_gen3_thermal.c 	tsc->coef.b2 = FIXPT_INT(thcode[0]) - tsc->coef.a2 * ths_tj_1;
b2                181 drivers/thermal/rcar_gen3_thermal.c 		val = FIXPT_DIV(FIXPT_INT(reg) - tsc->coef.b2,
b2                204 drivers/thermal/rcar_gen3_thermal.c 		val = celsius * tsc->coef.a2 + tsc->coef.b2;
b2                339 drivers/usb/serial/iuu_phoenix.c 				 u8 b2, u8 freq)
b2                347 drivers/usb/serial/iuu_phoenix.c 	*buf++ = b2;
b2                565 drivers/video/fbdev/cyber2000fb.c #define ENCODE_BIT(v, b1, m, b2) ((((v) >> (b1)) & (m)) << (b2))
b2                354 drivers/video/fbdev/mx3fb.c 	uint32_t b0, b1, b2;
b2                610 drivers/video/fbdev/mx3fb.c 	mx3fb_write_reg(mx3fb, map->b2, DI_DISP3_B2_MAP);
b2               1179 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	int b0, b1, b2;
b2               1189 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		b2 = 26;
b2               1193 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		b2 = 26;
b2               1204 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		DSI_FLD_GET(DSIPHY_CFG5, b2, b2),
b2               2669 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		int channel, u8 b1, u8 b2, u8 b3, u8 b4)
b2               2673 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	val = b4 << 24 | b3 << 16 | b2 << 8  | b1 << 0;
b2               2689 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	u8 b1, b2, b3, b4;
b2               2710 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		b2 = *p++;
b2               2714 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4);
b2               2719 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		b1 = 0; b2 = 0; b3 = 0;
b2               2727 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			b2 = *p++;
b2               2732 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			b2 = *p++;
b2               2739 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, 0);
b2                265 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h 		const u32 idx, int b2, int b1, u32 val)
b2                268 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h 	while (val != (v = REG_GET(base_addr, idx, b2, b1))) {
b2                479 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B2_MSB, csc_coeff.b2 >> 8, 6, 0);
b2                480 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B2_LSB, csc_coeff.b2, 7, 0);
b2                280 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h 	u16 b1, b2, b3, b4;
b2               2481 fs/btrfs/inode.c 			struct sa_defrag_extent_backref *b2)
b2               2483 fs/btrfs/inode.c 	if (b1->root_id < b2->root_id)
b2               2485 fs/btrfs/inode.c 	else if (b1->root_id > b2->root_id)
b2               2488 fs/btrfs/inode.c 	if (b1->inum < b2->inum)
b2               2490 fs/btrfs/inode.c 	else if (b1->inum > b2->inum)
b2               2493 fs/btrfs/inode.c 	if (b1->file_pos < b2->file_pos)
b2               2495 fs/btrfs/inode.c 	else if (b1->file_pos > b2->file_pos)
b2               1911 fs/ext4/extents.c 	ext4_lblk_t b1, b2;
b2               1920 fs/ext4/extents.c 	b2 = EXT4_LBLK_CMASK(sbi, le32_to_cpu(path[depth].p_ext->ee_block));
b2               1926 fs/ext4/extents.c 	if (b2 < b1) {
b2               1927 fs/ext4/extents.c 		b2 = ext4_ext_next_allocated_block(path);
b2               1928 fs/ext4/extents.c 		if (b2 == EXT_MAX_BLOCKS)
b2               1930 fs/ext4/extents.c 		b2 = EXT4_LBLK_CMASK(sbi, b2);
b2               1941 fs/ext4/extents.c 	if (b1 + len1 > b2) {
b2               1942 fs/ext4/extents.c 		newext->ee_len = cpu_to_le16(b2 - b1);
b2                497 fs/ext4/mballoc.c 		unsigned char *b1, *b2;
b2                500 fs/ext4/mballoc.c 		b2 = (unsigned char *) bitmap;
b2                502 fs/ext4/mballoc.c 			if (b1[i] != b2[i]) {
b2                507 fs/ext4/mballoc.c 					 e4b->bd_group, i, i * 8, b1[i], b2[i]);
b2                322 fs/hpfs/ea.c   					void *b1, *b2;
b2                327 fs/hpfs/ea.c   					if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) {
b2                332 fs/hpfs/ea.c   					memcpy(b2, b1, 512);
b2                848 fs/ntfs/runlist.c 			u8 b2 = *buf & 0xf;
b2                849 fs/ntfs/runlist.c 			b = b2 + ((*buf >> 4) & 0xf);
b2                852 fs/ntfs/runlist.c 			for (deltaxcn = (s8)buf[b--]; b > b2; b--)
b2                651 fs/xfs/xfs_extent_busy.c 	struct xfs_extent_busy	*b2 =
b2                655 fs/xfs/xfs_extent_busy.c 	diff = b1->agno - b2->agno;
b2                657 fs/xfs/xfs_extent_busy.c 		diff = b1->bno - b2->bno;
b2               3078 include/linux/platform_data/cros_ec_commands.h 	float b2;
b2               3087 include/linux/platform_data/cros_ec_commands.h 	float b2;
b2                124 include/linux/signal.h 	unsigned long a0, a1, a2, a3, b0, b1, b2, b3;			\
b2                129 include/linux/signal.h 		b3 = b->sig[3]; b2 = b->sig[2];				\
b2                131 include/linux/signal.h 		r->sig[2] = op(a2, b2);					\
b2                 28 include/video/newport.h 	struct { volatile unsigned char b0, b1, b2, b3; } bybytes;
b2               1126 kernel/dma/debug.c 	unsigned long b2 = (unsigned long)end;
b2               1128 kernel/dma/debug.c 	return !(b1 <= a2 || a1 >= b2);
b2                616 lib/bch.c      	unsigned int a, b, c, a2, b2, c2, e3, tmp[4];
b2                622 lib/bch.c      		b2 = gf_div(bch, poly->c[1], e3);
b2                627 lib/bch.c      		b = gf_mul(bch, a2, b2)^c2;        /* b = a2b2 + c2 */
b2                628 lib/bch.c      		a = gf_sqr(bch, a2)^b2;            /* a = a2^2 + b2 */
b2                649 lib/bch.c      	unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4;
b2                686 lib/bch.c      		b2 = gf_div(bch, a, d);
b2                691 lib/bch.c      		b2 = c;
b2                695 lib/bch.c      	if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) {
b2                101 net/nfc/digital_technology.c 	u8 b2;
b2                365 net/nfc/digital_technology.c 	sel_req->b2 = 0x70;
b2                 93 sound/pci/au88x0/au88x0_a3d.c a3dsrc_GetAtmosCurrent(a3dsrc_t * a, short *bb01, short *ab01, short *b2,
b2                109 sound/pci/au88x0/au88x0_a3d.c 	*b2 =
b2                140 tools/arch/x86/lib/insn.c 		insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1);
b2                147 tools/arch/x86/lib/insn.c 			if (X86_MODRM_MOD(b2) != 3)
b2                151 tools/arch/x86/lib/insn.c 		insn->vex_prefix.bytes[1] = b2;
b2                153 tools/arch/x86/lib/insn.c 			b2 = peek_nbyte_next(insn_byte_t, insn, 2);
b2                154 tools/arch/x86/lib/insn.c 			insn->vex_prefix.bytes[2] = b2;
b2                155 tools/arch/x86/lib/insn.c 			b2 = peek_nbyte_next(insn_byte_t, insn, 3);
b2                156 tools/arch/x86/lib/insn.c 			insn->vex_prefix.bytes[3] = b2;
b2                159 tools/arch/x86/lib/insn.c 			if (insn->x86_64 && X86_VEX_W(b2))
b2                163 tools/arch/x86/lib/insn.c 			b2 = peek_nbyte_next(insn_byte_t, insn, 2);
b2                164 tools/arch/x86/lib/insn.c 			insn->vex_prefix.bytes[2] = b2;
b2                167 tools/arch/x86/lib/insn.c 			if (insn->x86_64 && X86_VEX_W(b2))
b2                176 tools/arch/x86/lib/insn.c 			insn->vex_prefix.bytes[2] = b2 & 0x7f;
b2                658 tools/testing/selftests/bpf/progs/core_reloc_types.h 	int b2;
b2                 26 tools/testing/selftests/bpf/progs/test_core_reloc_misc.c 	int b2;
b2                782 tools/vm/slabinfo.c 	char b1[20], b2[20], b3[20], b4[20];
b2                958 tools/vm/slabinfo.c 	store_size(b1, total_size);store_size(b2, total_waste);
b2                960 tools/vm/slabinfo.c 	printf("Memory used: %15s   # Loss   : %15s   MRatio:%6s%%\n", b1, b2, b3);
b2                962 tools/vm/slabinfo.c 	store_size(b1, total_objects);store_size(b2, total_partobj);
b2                964 tools/vm/slabinfo.c 	printf("# Objects  : %15s   # PartObj: %15s   ORatio:%6s%%\n", b1, b2, b3);
b2                972 tools/vm/slabinfo.c 	store_size(b1, avg_objects);store_size(b2, min_objects);
b2                975 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2                977 tools/vm/slabinfo.c 	store_size(b1, avg_slabs);store_size(b2, min_slabs);
b2                980 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2                982 tools/vm/slabinfo.c 	store_size(b1, avg_partial);store_size(b2, min_partial);
b2                985 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2                986 tools/vm/slabinfo.c 	store_size(b1, avg_ppart);store_size(b2, min_ppart);
b2                990 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2                992 tools/vm/slabinfo.c 	store_size(b1, avg_partobj);store_size(b2, min_partobj);
b2                996 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2                998 tools/vm/slabinfo.c 	store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj);
b2               1002 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2               1004 tools/vm/slabinfo.c 	store_size(b1, avg_size);store_size(b2, min_size);
b2               1007 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2               1009 tools/vm/slabinfo.c 	store_size(b1, avg_used);store_size(b2, min_used);
b2               1012 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2               1014 tools/vm/slabinfo.c 	store_size(b1, avg_waste);store_size(b2, min_waste);
b2               1017 tools/vm/slabinfo.c 			b1,	b2,	b3,	b4);
b2               1025 tools/vm/slabinfo.c 	store_size(b1, avg_memobj);store_size(b2, min_memobj);
b2               1028 tools/vm/slabinfo.c 			b1,	b2,	b3);
b2               1029 tools/vm/slabinfo.c 	store_size(b1, avg_objsize);store_size(b2, min_objsize);
b2               1032 tools/vm/slabinfo.c 			b1,	b2,	b3);
b2               1034 tools/vm/slabinfo.c 	store_size(b1, avg_objwaste);store_size(b2, min_objwaste);
b2               1037 tools/vm/slabinfo.c 			b1,	b2,	b3);