/linux/drivers/atm/ |
A D | fore200e.h | 71 #define BITFIELD2(b1, b2) b1; b2; argument 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 77 #define BITFIELD2(b1, b2) b2; b1; argument 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument 80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
/linux/arch/arm/include/asm/ |
A D | xor.h | 26 : "=r" (src), "=r" (b1), "=r" (b2) \ 28 __XOR(a1, b1); __XOR(a2, b2); 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 55 register unsigned int b2 __asm__("r9"); in xor_arm4regs_2() 76 register unsigned int b2 __asm__("r9"); in xor_arm4regs_3() 96 register unsigned int b2 __asm__("lr"); in xor_arm4regs_4() 115 register unsigned int b2 __asm__("lr"); in xor_arm4regs_5()
|
/linux/drivers/isdn/mISDN/ |
A D | dsp_biquad.h | 20 int32_t b2; member 27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument 33 bq->b2 = b2; in biquad2_init() 45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
|
/linux/block/ |
A D | blk-integrity.c | 124 struct blk_integrity *b2 = &gd2->queue->integrity; in blk_integrity_compare() local 126 if (!b1->profile && !b2->profile) in blk_integrity_compare() 129 if (!b1->profile || !b2->profile) in blk_integrity_compare() 132 if (b1->interval_exp != b2->interval_exp) { in blk_integrity_compare() 135 1 << b1->interval_exp, 1 << b2->interval_exp); in blk_integrity_compare() 139 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare() 142 b1->tuple_size, b2->tuple_size); in blk_integrity_compare() 146 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare() 149 b1->tag_size, b2->tag_size); in blk_integrity_compare() 153 if (b1->profile != b2->profile) { in blk_integrity_compare() [all …]
|
/linux/tools/vm/ |
A D | slabinfo.c | 975 b1, b2, b3, b4); in totals() 980 b1, b2, b3, b4); in totals() 985 b1, b2, b3, b4); in totals() 990 b1, b2, b3, b4); in totals() 996 b1, b2, b3, b4); in totals() 1002 b1, b2, b3, b4); in totals() 1007 b1, b2, b3, b4); in totals() 1012 b1, b2, b3, b4); in totals() 1028 b1, b2, b3); in totals() 1032 b1, b2, b3); in totals() [all …]
|
/linux/arch/x86/lib/ |
A D | insn.c | 203 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes() 207 insn_set_byte(&insn->vex_prefix, 1, b2); in insn_get_prefixes() 209 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 210 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 211 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes() 212 insn_set_byte(&insn->vex_prefix, 3, b2); in insn_get_prefixes() 215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 219 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 220 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() [all …]
|
/linux/tools/arch/x86/lib/ |
A D | insn.c | 203 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes() 207 insn_set_byte(&insn->vex_prefix, 1, b2); in insn_get_prefixes() 209 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 210 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 211 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes() 212 insn_set_byte(&insn->vex_prefix, 3, b2); in insn_get_prefixes() 215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 219 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 220 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() [all …]
|
/linux/crypto/ |
A D | xor.c | 83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument 99 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed() 121 void *b1, *b2; in calibrate_xor_blocks() local 138 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks() 145 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks()
|
/linux/arch/s390/include/asm/ |
A D | vx-insn.h | 263 GR_NUM b2, "%r0" 266 .word (b2 << 12) | (\disp) 295 GR_NUM b2, \base 297 .word (b2 << 12) | (\disp) 305 GR_NUM b2, \base 307 .word (b2 << 12) | (\disp) 346 GR_NUM b2, \base 349 .word (b2 << 12) | (\disp) 369 GR_NUM b2, \base /* Base register */ 371 .word (b2 << 12) | (\disp) [all …]
|
/linux/arch/arm/crypto/ |
A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 81 veor \b2, \b2, \b1 84 veor \b6, \b6, \b2 91 veor \b2, \b2, \b7 100 veor \b2, \b2, \b0 106 veor \b2, \b2, \b5 115 veor \b2, \b2, \b5 118 veor \b2, \b2, \b0 127 veor \b2, \b2, \b7 134 veor \b6, \b6, \b2 [all …]
|
A D | chacha-scalar-core.S | 71 .macro _halfround a1, b1, c1, d1, a2, b2, c2, d2 75 add \a2, \a2, \b2, ror #brot 84 eor \b2, \c2, \b2, ror #brot 89 add \a2, \a2, \b2, ror #20 98 eor \b2, \c2, \b2, ror #20
|
/linux/drivers/mtd/nand/ |
A D | ecc-sw-hamming.c | 378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local 394 b2 = read_ecc[2] ^ calc_ecc[2]; in ecc_sw_hamming_correct() 401 if ((b0 | b1 | b2) == 0) in ecc_sw_hamming_correct() 406 ((eccsize_mult == 1 && ((b2 ^ (b2 >> 1)) & 0x54) == 0x54) || in ecc_sw_hamming_correct() 407 (eccsize_mult == 2 && ((b2 ^ (b2 >> 1)) & 0x55) == 0x55))) { in ecc_sw_hamming_correct() 428 byte_addr = (addressbits[b2 & 0x3] << 8) + in ecc_sw_hamming_correct() 430 bit_addr = addressbits[b2 >> 2]; in ecc_sw_hamming_correct() 437 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) in ecc_sw_hamming_correct()
|
/linux/arch/x86/crypto/ |
A D | cast6-avx-x86_64-asm_64.S | 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 127 F_head(b2, RX, RGI3, RGI4, op0); \ 130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \ 135 #define F1_2(a1, b1, a2, b2) \ argument 136 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl) 137 #define F2_2(a1, b1, a2, b2) \ argument 138 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl) 139 #define F3_2(a1, b1, a2, b2) \ argument 140 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
|
A D | cast5-avx-x86_64-asm_64.S | 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument 127 F_head(b2, RX, RGI3, RGI4, op0); \ 130 F_tail(b2, RTMP, RGI3, RGI4, op1, op2, op3); \ 135 #define F1_2(a1, b1, a2, b2) \ argument 136 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl) 137 #define F2_2(a1, b1, a2, b2) \ argument 138 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl) 139 #define F3_2(a1, b1, a2, b2) \ argument 140 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl) 142 #define subround(a1, b1, a2, b2, f) \ argument [all …]
|
/linux/arch/s390/net/ |
A D | bpf_jit_comp.c | 137 #define EMIT2(op, b1, b2) \ argument 139 _EMIT2((op) | reg(b1, b2)); \ 141 REG_SET_SEEN(b2); \ 151 #define EMIT4(op, b1, b2) \ argument 153 _EMIT4((op) | reg(b1, b2)); \ 155 REG_SET_SEEN(b2); \ 162 REG_SET_SEEN(b2); \ 177 REG_SET_SEEN(b2); \ 227 REG_SET_SEEN(b2); \ 237 REG_SET_SEEN(b2); \ [all …]
|
/linux/arch/arm64/crypto/ |
A D | aes-neonbs-core.S | 25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 26 eor \b2, \b2, \b1 29 eor \b6, \b6, \b2 36 eor \b2, \b2, \b7 45 eor \b2, \b2, \b0 51 eor \b2, \b2, \b5 60 eor \b2, \b2, \b5 63 eor \b2, \b2, \b0 72 eor \b2, \b2, \b7 79 eor \b6, \b6, \b2 [all …]
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 36 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument 37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 590 u8 b1, b2, b3; in emit_mov_imm32() local 599 b2 = 0xC7; in emit_mov_imm32() 612 b2 = 0x31; /* xor */ in emit_mov_imm32() 907 u8 b2 = 0, b3 = 0; in do_jit() local 967 b2 = 0x05; in do_jit() 971 b2 = 0x2D; in do_jit() 975 b2 = 0x25; in do_jit() 979 b2 = 0x0D; in do_jit() [all …]
|
A D | bpf_jit_comp32.c | 68 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument 69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 70 #define EMIT4(b1, b2, b3, b4) \ argument 75 #define EMIT2_off32(b1, b2, off) \ argument 77 #define EMIT3_off32(b1, b2, b3, off) \ argument 79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 488 u8 b2; in emit_ia32_shift_r() local 503 b2 = 0xE0; break; in emit_ia32_shift_r() 505 b2 = 0xE8; break; in emit_ia32_shift_r() 507 b2 = 0xF8; break; in emit_ia32_shift_r() [all …]
|
/linux/drivers/iio/pressure/ |
A D | mpl115.c | 28 s16 b1, b2; member 72 pcomp = (y1 + ((data->b2 * (int) tadc) >> 1)) >> 9; in mpl115_comp_pressure() 182 data->b2 = ret; in mpl115_probe()
|
/linux/drivers/media/usb/em28xx/ |
A D | em28xx-i2c.c | 87 u8 b2[6]; in em2800_i2c_send_bytes() local 92 b2[5] = 0x80 + len - 1; in em2800_i2c_send_bytes() 93 b2[4] = addr; in em2800_i2c_send_bytes() 94 b2[3] = buf[0]; in em2800_i2c_send_bytes() 96 b2[2] = buf[1]; in em2800_i2c_send_bytes() 98 b2[1] = buf[2]; in em2800_i2c_send_bytes() 100 b2[0] = buf[3]; in em2800_i2c_send_bytes() 103 ret = dev->em28xx_write_regs(dev, 4 - len, &b2[4 - len], 2 + len); in em2800_i2c_send_bytes()
|
/linux/drivers/media/dvb-frontends/ |
A D | ix2505v.c | 52 u8 b2[] = {0}; in ix2505v_read_status_reg() local 56 { .addr = addr, .flags = I2C_M_RD, .buf = b2, .len = 1 } in ix2505v_read_status_reg() 62 return (ret == 1) ? (int) b2[0] : -1; in ix2505v_read_status_reg()
|
/linux/drivers/net/hamradio/ |
A D | baycom_ser_fdx.c | 343 unsigned char b1,b2,b3; in ser12_check_uart() local 350 b2 = inb(MSR(iobase)); in ser12_check_uart() 354 outb(b2, MSR(iobase)); in ser12_check_uart() 365 b2 = inb(SCR(iobase)); in ser12_check_uart() 366 if ((b1 != 0x5a) || (b2 != 0xa5)) in ser12_check_uart()
|
A D | baycom_ser_hdx.c | 425 unsigned char b1,b2,b3; in ser12_check_uart() local 432 b2 = inb(MSR(iobase)); in ser12_check_uart() 436 outb(b2, MSR(iobase)); in ser12_check_uart() 447 b2 = inb(SCR(iobase)); in ser12_check_uart() 448 if ((b1 != 0x5a) || (b2 != 0xa5)) in ser12_check_uart()
|
/linux/arch/powerpc/crypto/ |
A D | aes-tab-4k.S | 43 .long R(ef, fa, fa, 15), R(b2, 59, 59, eb) 64 .long R(7f, b2, b2, cd), R(ea, 75, 75, 9f) 67 .long R(36, 1b, 1b, 2d), R(dc, 6e, 6e, b2) 192 .long R(b2, eb, 28, 07), R(2f, b5, c2, 03) 194 .long R(30, 28, 87, f2), R(23, bf, a5, b2) 238 .long R(1d, 9e, 2f, 4b), R(dc, b2, 30, f3) 262 .long R(31, a4, b2, af), R(2a, 3f, 23, 31)
|
/linux/drivers/thermal/ |
A D | rcar_gen3_thermal.c | 77 int b2; member 154 tsc->coef.b2 = FIXPT_INT(tsc->thcode[0]) - tsc->coef.a2 * ths_tj_1; in rcar_gen3_thermal_calc_coefs() 180 val = FIXPT_DIV(FIXPT_INT(reg) - tsc->coef.b2, in rcar_gen3_thermal_get_temp() 201 val = celsius * tsc->coef.a2 + tsc->coef.b2; in rcar_gen3_thermal_mcelsius_to_temp()
|