Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 174 of 174) sorted by relevance

/linux-4.1.27/drivers/staging/skein/
Dthreefish_block.c6 u64 b0 = input[0], b1 = input[1], in threefish_encrypt_256() local
14 b1 += k1 + t0; in threefish_encrypt_256()
15 b0 += b1 + k0; in threefish_encrypt_256()
16 b1 = ((b1 << 14) | (b1 >> (64 - 14))) ^ b0; in threefish_encrypt_256()
25 b2 += b1; in threefish_encrypt_256()
26 b1 = ((b1 << 57) | (b1 >> (64 - 57))) ^ b2; in threefish_encrypt_256()
28 b0 += b1; in threefish_encrypt_256()
29 b1 = ((b1 << 23) | (b1 >> (64 - 23))) ^ b0; in threefish_encrypt_256()
37 b2 += b1; in threefish_encrypt_256()
38 b1 = ((b1 << 37) | (b1 >> (64 - 37))) ^ b2; in threefish_encrypt_256()
[all …]
/linux-4.1.27/arch/c6x/lib/
Ddivremu.S36 [b1] lmbd .l2 1, B4, B1
37 ||[!b1] b .s2 B3 ; RETURN A
38 ||[!b1] mvk .d2 1, B4
40 ||[!b1] zero .s1 A5
52 || [b1] subc .l1x A4,B4,A4
53 || [b1] add .s2 -1, B1, B1
54 [b1] subc .l1x A4,B4,A4
55 || [b1] add .s2 -1, B1, B1
60 || [b1] subc .l1x A4,B4,A4
61 || [b1] add .s2 -1, B1, B1
[all …]
/linux-4.1.27/crypto/
Daes_generic.c1334 u32 b0[4], b1[4]; in aes_encrypt() local
1344 f_nround(b1, b0, kp); in aes_encrypt()
1345 f_nround(b0, b1, kp); in aes_encrypt()
1349 f_nround(b1, b0, kp); in aes_encrypt()
1350 f_nround(b0, b1, kp); in aes_encrypt()
1353 f_nround(b1, b0, kp); in aes_encrypt()
1354 f_nround(b0, b1, kp); in aes_encrypt()
1355 f_nround(b1, b0, kp); in aes_encrypt()
1356 f_nround(b0, b1, kp); in aes_encrypt()
1357 f_nround(b1, b0, kp); in aes_encrypt()
[all …]
Dxor.c64 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() argument
88 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed()
109 void *b1, *b2; in calibrate_xor_blocks() local
117 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2); in calibrate_xor_blocks()
118 if (!b1) { in calibrate_xor_blocks()
122 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks()
135 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks()
157 free_pages((unsigned long)b1, 2); in calibrate_xor_blocks()
/linux-4.1.27/drivers/isdn/hardware/avm/
DMakefile5 obj-$(CONFIG_ISDN_DRV_AVMB1_B1ISA) += b1isa.o b1.o
6 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCI) += b1pci.o b1.o b1dma.o
7 obj-$(CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) += b1pcmcia.o b1.o
9 obj-$(CONFIG_ISDN_DRV_AVMB1_T1ISA) += t1isa.o b1.o
10 obj-$(CONFIG_ISDN_DRV_AVMB1_T1PCI) += t1pci.o b1.o b1dma.o
11 obj-$(CONFIG_ISDN_DRV_AVMB1_C4) += c4.o b1.o
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c104 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument
106 u32 r1 = reg2hex[b1]; in reg_set_seen()
112 #define REG_SET_SEEN(b1) \ argument
114 reg_set_seen(jit, b1); \
117 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]] argument
130 #define EMIT2(op, b1, b2) \ argument
132 _EMIT2(op | reg(b1, b2)); \
133 REG_SET_SEEN(b1); \
144 #define EMIT4(op, b1, b2) \ argument
146 _EMIT4(op | reg(b1, b2)); \
[all …]
/linux-4.1.27/fs/f2fs/
Dhash.c31 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
37 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
38 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
42 buf[1] += b1; in TEA_transform()
/linux-4.1.27/drivers/isdn/mISDN/
Ddsp_biquad.h33 int32_t b1; member
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument
46 bq->b1 = b1; in biquad2_init()
59 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
/linux-4.1.27/drivers/atm/
Dfore200e.h70 #define BITFIELD2(b1, b2) b1; b2; argument
71 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
76 #define BITFIELD2(b1, b2) b2; b1; argument
77 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-4.1.27/arch/arm/include/asm/
Dxor.h29 : "=r" (src), "=r" (b1), "=r" (b2) \
31 __XOR(a1, b1); __XOR(a2, b2);
35 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
37 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
57 register unsigned int b1 __asm__("r8"); in xor_arm4regs_2()
78 register unsigned int b1 __asm__("r8"); in xor_arm4regs_3()
98 register unsigned int b1 __asm__("ip"); in xor_arm4regs_4()
117 register unsigned int b1 __asm__("ip"); in xor_arm4regs_5()
/linux-4.1.27/fs/reiserfs/
Dhashes.c28 u32 b0, b1; \
31 b1 = h1; \
36 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); \
37 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); \
41 h1 += b1; \
/linux-4.1.27/block/
Dblk-integrity.c148 struct blk_integrity *b1 = gd1->integrity; in blk_integrity_compare() local
151 if (!b1 && !b2) in blk_integrity_compare()
154 if (!b1 || !b2) in blk_integrity_compare()
157 if (b1->interval != b2->interval) { in blk_integrity_compare()
160 b1->interval, b2->interval); in blk_integrity_compare()
164 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare()
167 b1->tuple_size, b2->tuple_size); in blk_integrity_compare()
171 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare()
174 b1->tag_size, b2->tag_size); in blk_integrity_compare()
178 if (strcmp(b1->name, b2->name)) { in blk_integrity_compare()
[all …]
/linux-4.1.27/drivers/usb/wusbcore/
Dcrypto.c207 struct aes_ccm_b1 b1; in wusb_ccm_mac() local
219 WARN_ON(sizeof(*a) != sizeof(b1) - sizeof(b1.la)); in wusb_ccm_mac()
221 WARN_ON(sizeof(b1) != sizeof(struct aes_ccm_block)); in wusb_ccm_mac()
228 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding; in wusb_ccm_mac()
251 b1.la = cpu_to_be16(blen + 14); in wusb_ccm_mac()
252 memcpy(&b1.mac_header, a, sizeof(*a)); in wusb_ccm_mac()
256 sg_set_buf(&sg[1], &b1, sizeof(b1)); in wusb_ccm_mac()
/linux-4.1.27/drivers/mtd/nand/
Dnand_ecc.c446 unsigned char b0, b1, b2, bit_addr; in __nand_correct_data() local
458 b1 = read_ecc[1] ^ calc_ecc[1]; in __nand_correct_data()
461 b1 = read_ecc[0] ^ calc_ecc[0]; in __nand_correct_data()
470 if ((b0 | b1 | b2) == 0) in __nand_correct_data()
474 (((b1 ^ (b1 >> 1)) & 0x55) == 0x55) && in __nand_correct_data()
495 byte_addr = (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data()
498 (addressbits[b1] << 4) + addressbits[b0]; in __nand_correct_data()
506 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1) in __nand_correct_data()
/linux-4.1.27/tools/vm/
Dslabinfo.c748 char b1[20], b2[20], b3[20], b4[20]; in totals() local
924 store_size(b1, total_size);store_size(b2, total_waste); in totals()
926 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3); in totals()
928 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
930 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3); in totals()
936 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
939 b1, b2, b3, b4); in totals()
941 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
944 b1, b2, b3, b4); in totals()
946 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
[all …]
/linux-4.1.27/fs/ext4/
Dhash.c21 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
27 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
28 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
32 buf[1] += b1; in TEA_transform()
Dextents.c1879 ext4_lblk_t b1, b2; in ext4_ext_check_overlap() local
1883 b1 = le32_to_cpu(newext->ee_block); in ext4_ext_check_overlap()
1894 if (b2 < b1) { in ext4_ext_check_overlap()
1902 if (b1 + len1 < b1) { in ext4_ext_check_overlap()
1903 len1 = EXT_MAX_BLOCKS - b1; in ext4_ext_check_overlap()
1909 if (b1 + len1 > b2) { in ext4_ext_check_overlap()
1910 newext->ee_len = cpu_to_le16(b2 - b1); in ext4_ext_check_overlap()
Dmballoc.c507 unsigned char *b1, *b2; in mb_cmp_bitmaps() local
509 b1 = (unsigned char *) e4b->bd_info->bb_bitmap; in mb_cmp_bitmaps()
512 if (b1[i] != b2[i]) { in mb_cmp_bitmaps()
517 e4b->bd_group, i, i * 8, b1[i], b2[i]); in mb_cmp_bitmaps()
/linux-4.1.27/fs/ext3/
Dhash.c20 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
26 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
27 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
31 buf[1] += b1; in TEA_transform()
/linux-4.1.27/arch/arm/nwfpe/
Dsoftfloat-macros339 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
346 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
350 z1 = a1 + b1;
359 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
371 bits64 b1,
383 z1 = a1 + b1;
397 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
406 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
409 *z1Ptr = a1 - b1;
410 *z0Ptr = a0 - b0 - ( a1 < b1 );
[all …]
/linux-4.1.27/drivers/crypto/nx/
Dnx-aes-ccm.c182 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; in generate_pat() local
210 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
217 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat()
221 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat()
234 if (b1) { in generate_pat()
235 memset(b1, 0, 16); in generate_pat()
237 *(u16 *)b1 = (u16)req->assoclen; in generate_pat()
238 scatterwalk_map_and_copy(b1 + 2, req->assoc, 0, in generate_pat()
241 *(u16 *)b1 = (u16)(0xfffe); in generate_pat()
242 *(u32 *)&b1[2] = (u32)req->assoclen; in generate_pat()
[all …]
Dnx_csbcpb.h51 u8 b1[16]; member
/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c42 #define EMIT1(b1) EMIT(b1, 1) argument
43 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
44 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
45 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
46 #define EMIT1_off32(b1, off) \ argument
47 do {EMIT1(b1); EMIT(off, 4); } while (0)
48 #define EMIT2_off32(b1, b2, off) \ argument
49 do {EMIT2(b1, b2); EMIT(off, 4); } while (0)
50 #define EMIT3_off32(b1, b2, b3, off) \ argument
51 do {EMIT3(b1, b2, b3); EMIT(off, 4); } while (0)
[all …]
/linux-4.1.27/drivers/isdn/pcbit/
Ddrv.c106 dev->b1 = kzalloc(sizeof(struct pcbit_chan), GFP_KERNEL); in pcbit_init_dev()
107 if (!dev->b1) { in pcbit_init_dev()
118 kfree(dev->b1); in pcbit_init_dev()
135 kfree(dev->b1); in pcbit_init_dev()
157 kfree(dev->b1); in pcbit_init_dev()
189 kfree(dev->b1); in pcbit_init_dev()
223 if (dev->b1->fsm_timer.function) in pcbit_terminate()
224 del_timer(&dev->b1->fsm_timer); in pcbit_terminate()
227 kfree(dev->b1); in pcbit_terminate()
250 chan = (ctl->arg & 0x0F) ? dev->b2 : dev->b1; in pcbit_command()
[all …]
Dcapi.h73 if (dev->b1->callref == callref) in capi_channel()
74 return dev->b1; in capi_channel()
Dpcbit.h97 struct pcbit_chan *b1; member
Dlayer2.h150 if (dev->b1 == chan || dev->b2 == chan) in chan2dev()
Dlayer2.c483 chan = dev->b1; in pcbit_firmware_bug()
/linux-4.1.27/arch/x86/crypto/
Dcast5-avx-x86_64-asm_64.S139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
140 F_head(b1, RX, RGI1, RGI2, op0); \
143 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
149 #define F1_2(a1, b1, a2, b2) \ argument
150 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
151 #define F2_2(a1, b1, a2, b2) \ argument
152 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
153 #define F3_2(a1, b1, a2, b2) \ argument
154 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
156 #define subround(a1, b1, a2, b2, f) \ argument
[all …]
Dcast6-avx-x86_64-asm_64.S139 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
140 F_head(b1, RX, RGI1, RGI2, op0); \
143 F_tail(b1, RX, RGI1, RGI2, op1, op2, op3); \
149 #define F1_2(a1, b1, a2, b2) \ argument
150 F_2(a1, b1, a2, b2, vpaddd, xorl, subl, addl)
151 #define F2_2(a1, b1, a2, b2) \ argument
152 F_2(a1, b1, a2, b2, vpxor, subl, addl, xorl)
153 #define F3_2(a1, b1, a2, b2) \ argument
154 F_2(a1, b1, a2, b2, vpsubd, addl, xorl, subl)
Dghash-clmulni-intel_asm.S58 PCLMULQDQ 0x11 SHASH T1 # T1 = a1 * b1
59 PCLMULQDQ 0x00 T3 T2 # T2 = (a1 + a0) * (b1 + b0)
61 pxor T1, T2 # T2 = a0 * b1 + a1 * b0
Daesni-intel_asm.S168 pxor \HK, \TMP3 # TMP3 = b1+b0
169 PCLMULQDQ 0x11, \HK, \TMP1 # TMP1 = a1*b1
171 PCLMULQDQ 0x00, \TMP3, \TMP2 # TMP2 = (a0+a1)*(b1+b0)
678 PCLMULQDQ 0x11, \TMP5, \TMP4 # TMP4 = a1*b1
697 PCLMULQDQ 0x00, \TMP5, \TMP6 # TMP6 = (a1+a0)*(b1+b0)
712 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1 * b1
725 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
742 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
755 PCLMULQDQ 0x00, \TMP5, \TMP2 # TMP2 = (a1+a0)*(b1+b0)
773 PCLMULQDQ 0x11, \TMP5, \TMP1 # TMP1 = a1*b1
[all …]
Dcamellia-aesni-avx-asm_64.S431 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \ argument
436 transpose_4x4(b0, b1, b2, b3, d2, d3); \
450 vpshufb a0, b1, b1; \
468 transpose_4x4(a1, b1, c1, d1, d2, d3); \
473 vmovdqu b1, st1; \
474 transpose_4x4(a2, b2, c2, d2, b0, b1); \
475 transpose_4x4(a3, b3, c3, d3, b0, b1); \
477 vmovdqu st1, b1; \
Dcamellia-aesni-avx2-asm_64.S470 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \ argument
475 transpose_4x4(b0, b1, b2, b3, d2, d3); \
489 vpshufb a0, b1, b1; \
507 transpose_4x4(a1, b1, c1, d1, d2, d3); \
512 vmovdqu b1, st1; \
513 transpose_4x4(a2, b2, c2, d2, b0, b1); \
514 transpose_4x4(a3, b3, c3, d3, b0, b1); \
516 vmovdqu st1, b1; \
Daesni-intel_avx-x86_64.S256 vpxor \HK , \T3, \T3 # T3 = (b1+b0)
258 vpclmulqdq $0x11, \HK, \GH, \T1 # T1 = a1*b1
260 vpclmulqdq $0x00, \T3, \T2, \T2 # T2 = (a1+a0)*(b1+b0)
262 vpxor \T1, \T2,\T2 # T2 = a0*b1+a1*b0
718 vpclmulqdq $0x11, \T5, \T2, \T4 # T4 = a1*b1
1545 vpclmulqdq $0x11,\HK,\GH,\T1 # T1 = a1*b1
1548 vpclmulqdq $0x10,\HK,\GH,\GH # GH = a0*b1
1982 vpclmulqdq $0x11, \T5, \T2, \T4 # T4 = a1*b1
1985 vpclmulqdq $0x10, \T5, \T2, \T5 # T5 = a0*b1
/linux-4.1.27/Documentation/zh_CN/arm64/
Dbooting.txt174 ICC_SRE_EL3.Enable (位 3) 必须初始化为 0b1
175 ICC_SRE_EL3.SRE (位 0) 必须初始化为 0b1
177 ICC_SRE_EL2.Enable (位 3) 必须初始化为 0b1
178 ICC_SRE_EL2.SRE (位 0) 必须初始化为 0b1
/linux-4.1.27/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c249 u8 b1, b2, b3, b4; in send_long_pkg() local
267 b1 = *p++; in send_long_pkg()
272 REG_WRITE(data_reg, b4 << 24 | b3 << 16 | b2 << 8 | b1); in send_long_pkg()
277 b1 = 0; b2 = 0; b3 = 0; in send_long_pkg()
281 b1 = *p++; in send_long_pkg()
286 b1 = *p++; in send_long_pkg()
290 b1 = *p++; in send_long_pkg()
294 REG_WRITE(data_reg, b3 << 16 | b2 << 8 | b1); in send_long_pkg()
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() local
248 b0 = b[0]; b1 = b[1]; in plt_target()
249 off = ( ((b1 & 0x00fffff000000000UL) >> 36) /* imm20b -> bit 0 */ in plt_target()
250 | ((b0 >> 48) << 20) | ((b1 & 0x7fffffUL) << 36) /* imm39 -> bit 20 */ in plt_target()
251 | ((b1 & 0x0800000000000000UL) << 0)); /* i -> bit 59 */ in plt_target()
294 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; in plt_target() local
296 b0 = b[0]; b1 = b[1]; in plt_target()
297 return ( ((b1 & 0x000007f000000000) >> 36) /* imm7b -> bit 0 */ in plt_target()
298 | ((b1 & 0x07fc000000000000) >> 43) /* imm9d -> bit 7 */ in plt_target()
299 | ((b1 & 0x0003e00000000000) >> 29) /* imm5c -> bit 16 */ in plt_target()
[all …]
Dpatch.c47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
51 b0 = b[0]; b1 = b[1]; in ia64_patch()
61 b[1] = (b1 & ~m1) | (v1 & m1); in ia64_patch()
Dentry.h56 .spillsp b0,SW(B0)+16+(off); .spillsp b1,SW(B1)+16+(off); \
Dhead.S109 SAVE_FROM_REG(b1,_reg1,_reg2);; \
410 (p7) mov b1=r9
413 (p7) br.call.sptk.many rp=b1
1107 SET_REG(b1);
1128 mov b1=r18 // Return location
1149 RESTORE_REG(b1, r25, r17);;
Drelocate_kernel.S217 mov r5=b1;
Dasm-offsets.c162 DEFINE(IA64_SWITCH_STACK_B1_OFFSET, offsetof (struct switch_stack, b1)); in foo()
Dmca_asm.S133 br.sptk.many b1
162 mov b1=r18;;
Dentry.S89 mov r4=0; mov f2=f0; mov b1=r0
294 mov r22=b1
420 mov b1=r22
Dmca.c1117 old_sw->b1 = ms->pmsa_br1; in ia64_mca_modify_original_stack()
Dunwind.c424 addr = &info->sw->b1 + (regnum - 1); in unw_access_br()
/linux-4.1.27/drivers/media/dvb-frontends/
Dlgs8gl5.c97 u8 b1[] = {0}; in lgs8gl5_read_reg() local
108 .buf = b1, in lgs8gl5_read_reg()
117 return b1[0]; in lgs8gl5_read_reg()
137 u8 b1[] = {0}; in lgs8gl5_update_alt_reg() local
149 .buf = b1, in lgs8gl5_update_alt_reg()
Dtda826x.c147 u8 b1 [] = { 0, 0 }; in tda826x_attach() local
150 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 } in tda826x_attach()
164 if (!(b1[1] & 0x80)) in tda826x_attach()
Dau8522_common.c64 u8 b1[] = { 0 }; in au8522_readreg() local
70 .buf = b1, .len = 1 } }; in au8522_readreg()
77 return b1[0]; in au8522_readreg()
Dl64781.c69 u8 b1 [] = { 0 }; in l64781_readreg() local
71 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in l64781_readreg()
77 return b1[0]; in l64781_readreg()
507 u8 b1 [] = { 0x00 }; in l64781_attach() local
509 { .addr = config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in l64781_attach()
Dsp8870.c84 u8 b1 [] = { 0, 0 }; in sp8870_readreg() local
86 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 2 } }; in sp8870_readreg()
95 return (b1[0] << 8 | b1[1]); in sp8870_readreg()
Ds5h1432.c76 u8 b1[] = { 0 }; in s5h1432_readreg() local
80 {.addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 1} in s5h1432_readreg()
88 return b1[0]; in s5h1432_readreg()
Dtua6100.c176 u8 b1 [] = { 0x80 }; in tua6100_attach() local
178 struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, in tua6100_attach()
Dsp887x.c79 u8 b1 [2]; in sp887x_readreg() local
82 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 2 }}; in sp887x_readreg()
89 return (((b1[0] << 8) | b1[1]) & 0xfff); in sp887x_readreg()
Dstb6000.c206 u8 b1[] = { 0, 0 }; in stb6000_attach() local
216 .buf = b1, in stb6000_attach()
Dcx22700.c91 u8 b1 [] = { 0 }; in cx22700_readreg() local
93 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in cx22700_readreg()
101 return b1[0]; in cx22700_readreg()
Dves1820.c77 u8 b1[] = { 0 }; in ves1820_readreg() local
80 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1} in ves1820_readreg()
90 return b1[0]; in ves1820_readreg()
Dstv6110x.c47 u8 b1[] = { 0 }; in stv6110x_read_reg() local
50 { .addr = config->addr, .flags = I2C_M_RD, .buf = b1, .len = 1 } in stv6110x_read_reg()
58 *data = b1[0]; in stv6110x_read_reg()
Dves1x93.c113 u8 b1 [] = { 0 }; in ves1x93_readreg() local
115 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in ves1x93_readreg()
121 return b1[0]; in ves1x93_readreg()
Dnxt6000.c60 u8 b1[] = { 0 }; in nxt6000_readreg() local
63 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1} in nxt6000_readreg()
71 return b1[0]; in nxt6000_readreg()
Dstv0288.c97 u8 b1[] = { 0 }; in stv0288_readreg() local
107 .buf = b1, in stv0288_readreg()
118 return b1[0]; in stv0288_readreg()
Ds5h1411.c363 u8 b1[] = { 0, 0 }; in s5h1411_readreg() local
367 { .addr = addr, .flags = I2C_M_RD, .buf = b1, .len = 2 } }; in s5h1411_readreg()
374 return (b1[0] << 8) | b1[1]; in s5h1411_readreg()
Dtda10021.c91 u8 b1 [] = { 0 }; in tda10021_readreg() local
93 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in tda10021_readreg()
101 return b1[0]; in tda10021_readreg()
Dmt352.c86 u8 b1 [] = { 0 }; in mt352_read_register() local
92 .buf = b1, .len = 1 } }; in mt352_read_register()
102 return b1[0]; in mt352_read_register()
Ds5h1409.c334 u8 b1[] = { 0, 0 }; in s5h1409_readreg() local
340 .buf = b1, .len = 2 } }; in s5h1409_readreg()
346 return (b1[0] << 8) | b1[1]; in s5h1409_readreg()
Dcx24110.c135 u8 b1 [] = { 0 }; in cx24110_readreg() local
137 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in cx24110_readreg()
143 return b1[0]; in cx24110_readreg()
Dts2020.c91 u8 b1[] = { 0 }; in ts2020_readreg() local
101 .buf = b1, in ts2020_readreg()
120 return b1[0]; in ts2020_readreg()
Dds3000.c317 u8 b1[] = { 0 }; in ds3000_readreg() local
327 .buf = b1, in ds3000_readreg()
339 dprintk("%s: read reg 0x%02x, value 0x%02x\n", __func__, reg, b1[0]); in ds3000_readreg()
341 return b1[0]; in ds3000_readreg()
Dtda10023.c67 u8 b1 [] = { 0 }; in tda10023_readreg() local
69 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in tda10023_readreg()
79 return b1[0]; in tda10023_readreg()
Dzl10353.c81 u8 b1[1] = { 0 }; in zl10353_read_register() local
87 .buf = b1, .len = 1 } }; in zl10353_read_register()
97 return b1[0]; in zl10353_read_register()
Dstv0297.c70 u8 b1[] = { 0 }; in stv0297_readreg() local
72 {.addr = state->config->demod_address,.flags = I2C_M_RD,.buf = b1,.len = 1} in stv0297_readreg()
92 return b1[0]; in stv0297_readreg()
Dsi21xx.c288 u8 b1[] = { 0 }; in si21_readreg() local
298 .buf = b1, in si21_readreg()
309 return b1[0]; in si21_readreg()
Dstv0299.c110 u8 b1 [] = { 0 }; in stv0299_readreg() local
112 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in stv0299_readreg()
120 return b1[0]; in stv0299_readreg()
Dtda10086.c72 u8 b1[] = { 0 }; in tda10086_read_byte() local
74 { .flags = I2C_M_RD, .buf = b1, .len = 1 }}; in tda10086_read_byte()
86 return b1[0]; in tda10086_read_byte()
Dm88rs2000.c88 u8 b1[] = { 0 }; in m88rs2000_readreg() local
99 .buf = b1, in m88rs2000_readreg()
110 return b1[0]; in m88rs2000_readreg()
Dlgs8gxx.c82 u8 b1[] = { 0 }; in lgs8gxx_read_reg() local
85 { .flags = I2C_M_RD, .buf = b1, .len = 1 }, in lgs8gxx_read_reg()
99 *p_data = b1[0]; in lgs8gxx_read_reg()
101 dprintk("%s: reg=0x%02X, data=0x%02X\n", __func__, reg, b1[0]); in lgs8gxx_read_reg()
Dtda1004x.c152 u8 b1[] = { 0 }; in tda1004x_read_byte() local
154 { .flags = I2C_M_RD, .buf = b1, .len = 1 }}; in tda1004x_read_byte()
169 reg, b1[0], ret); in tda1004x_read_byte()
170 return b1[0]; in tda1004x_read_byte()
Dcx24116.c264 u8 b1[] = { 0 }; in cx24116_readreg() local
269 .buf = b1, .len = 1 } in cx24116_readreg()
282 reg, b1[0]); in cx24116_readreg()
284 return b1[0]; in cx24116_readreg()
Dtda10048.c245 u8 b1[] = { 0 }; in tda10048_readreg() local
250 .flags = I2C_M_RD, .buf = b1, .len = 1 } }; in tda10048_readreg()
260 return b1[0]; in tda10048_readreg()
Ddvb-pll.c756 u8 b1 [] = { 0 }; in dvb_pll_attach() local
758 .buf = b1, .len = 1 }; in dvb_pll_attach()
Dmb86a16.c101 u8 b1[] = { 0 }; in mb86a16_read() local
112 .buf = b1, in mb86a16_read()
125 *val = b1[0]; in mb86a16_read()
Dstv0367.c811 u8 b1[] = { 0 }; in stv0367_readreg() local
821 .buf = b1, in stv0367_readreg()
835 printk(KERN_DEBUG "%s: %02x: %02x\n", __func__, reg, b1[0]); in stv0367_readreg()
837 return b1[0]; in stv0367_readreg()
/linux-4.1.27/Documentation/isdn/
DREADME.avmb111 t4-files can be found at ftp://ftp.avm.de/cardware/b1/linux/firmware
39 protocols (b1.t4 for Euro-ISDN). Install these file in /lib/isdn.
44 insmod /lib/modules/current/misc/b1.o
52 avmcapictrl load /lib/isdn/b1.t4 1
58 avmcapictrl load /lib/isdn/b1.t4 1
179 ftp://ftp.avm.de/cardware/b1/linux/
/linux-4.1.27/drivers/cpufreq/
Dexynos-cpufreq.h27 #define APLL_FREQ(f, a0, a1, a2, a3, a4, a5, a6, a7, b0, b1, b2, m, p, s) \ argument
32 .clk_div_cpu1 = (b0 << 0 | b1 << 4 | b2 << 8), \
/linux-4.1.27/arch/xtensa/platforms/iss/include/platform/
Dsimcall.h66 register int b1 asm("a3") = b; in __simc()
73 : "=a" (ret), "=a" (errno), "+r"(a1), "+r"(b1) in __simc()
/linux-4.1.27/drivers/iio/pressure/
Dmpl115.c33 s16 b1, b2; member
71 a1 = data->b1 + ((data->c12 * tadc) >> 11); in mpl115_comp_pressure()
181 data->b1 = ret; in mpl115_probe()
/linux-4.1.27/arch/blackfin/include/asm/
Dcontext.S43 [--sp] = b1;
115 [--sp] = b1;
174 [--sp] = b1;
253 b1 = [sp++]; define
323 b1 = [sp++]; define
Ddpmc.h92 [--sp] = b1;
150 b1 = [sp++];
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c90 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
92 void sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr,
638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128() argument
643 z1 = a1 + b1; in add128()
649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in sub128() argument
652 *z1Ptr = a1 - b1; in sub128()
653 *z0Ptr = a0 - b0 - (a1 < b1); in sub128()
658 bits64 b0, b1; in estimateDiv128To64() local
672 b1 = b << 32; in estimateDiv128To64()
673 add128(rem0, rem1, b0, b1, &rem0, &rem1); in estimateDiv128To64()
/linux-4.1.27/arch/alpha/include/asm/
Dbitops.h444 unsigned long b0, b1, ofs, tmp; in sched_find_first_bit() local
447 b1 = b[1]; in sched_find_first_bit()
449 tmp = (b0 ? b0 : b1); in sched_find_first_bit()
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_ser_fdx.c382 unsigned char b1,b2,b3; in ser12_check_uart() local
387 b1 = inb(MCR(iobase)); in ser12_check_uart()
388 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */ in ser12_check_uart()
392 outb(b1, MCR(iobase)); /* restore old values */ in ser12_check_uart()
402 b1 = inb(SCR(iobase)); in ser12_check_uart()
405 if ((b1 != 0x5a) || (b2 != 0xa5)) in ser12_check_uart()
Dbaycom_ser_hdx.c441 unsigned char b1,b2,b3; in ser12_check_uart() local
446 b1 = inb(MCR(iobase)); in ser12_check_uart()
447 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */ in ser12_check_uart()
451 outb(b1, MCR(iobase)); /* restore old values */ in ser12_check_uart()
461 b1 = inb(SCR(iobase)); in ser12_check_uart()
464 if ((b1 != 0x5a) || (b2 != 0xa5)) in ser12_check_uart()
Dyam.c511 unsigned char b1, b2, b3; in yam_check_uart() local
516 b1 = inb(MCR(iobase)); in yam_check_uart()
517 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */ in yam_check_uart()
521 outb(b1, MCR(iobase)); /* restore old values */ in yam_check_uart()
531 b1 = inb(SCR(iobase)); in yam_check_uart()
534 if ((b1 != 0x5a) || (b2 != 0xa5)) in yam_check_uart()
/linux-4.1.27/arch/arm/crypto/
Dghash-ce-core.S70 vmull.p64 XH, SHASH_H, XL_H @ a1 * b1
73 vmull.p64 XM, SHASH2_L, T1_L @ (a1 + a0)(b1 + b0)
Dbsaes-armv7.pl655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
658 vshr.u64 $t1, $b1, #$n
668 veor $b1, $b1, $t1
/linux-4.1.27/drivers/media/tuners/
Dmax2165.c72 u8 b1[] = { 0 }; in max2165_read_reg() local
75 { .addr = dev_addr, .flags = I2C_M_RD, .buf = b1, .len = 1 }, in max2165_read_reg()
84 *p_data = b1[0]; in max2165_read_reg()
87 __func__, reg, b1[0]); in max2165_read_reg()
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_ht.c641 s16 a1[3], b0[3], b1[3]; in b43_phy_ht_tx_power_ctl_setup() local
651 b1[c] = sprom->core_pwr_info[c].pa_2g[2]; in b43_phy_ht_tx_power_ctl_setup()
658 b1[c] = sprom->core_pwr_info[c].pa_5gl[2]; in b43_phy_ht_tx_power_ctl_setup()
665 b1[c] = sprom->core_pwr_info[c].pa_5g[2]; in b43_phy_ht_tx_power_ctl_setup()
672 b1[c] = sprom->core_pwr_info[c].pa_5gh[2]; in b43_phy_ht_tx_power_ctl_setup()
678 b1[0] = b1[1] = b1[2] = -1393; in b43_phy_ht_tx_power_ctl_setup()
733 num = 8 * (16 * b0[c] + b1[c] * i); in b43_phy_ht_tx_power_ctl_setup()
Dphy_n.c4061 s16 a1[2], b0[2], b1[2]; in b43_nphy_tx_power_ctl_setup() local
4099 b1[0] = b1[1] = -1393; in b43_nphy_tx_power_ctl_setup()
4107 b1[c] = sprom->core_pwr_info[c].pa_2g[2]; in b43_nphy_tx_power_ctl_setup()
4115 b1[c] = sprom->core_pwr_info[c].pa_5gl[2]; in b43_nphy_tx_power_ctl_setup()
4123 b1[c] = sprom->core_pwr_info[c].pa_5g[2]; in b43_nphy_tx_power_ctl_setup()
4131 b1[c] = sprom->core_pwr_info[c].pa_5gh[2]; in b43_nphy_tx_power_ctl_setup()
4139 b1[0] = b1[1] = -1393; in b43_nphy_tx_power_ctl_setup()
4211 num = 8 * (16 * b0[c] + b1[c] * i); in b43_nphy_tx_power_ctl_setup()
4395 b43_phy_write(dev, B43_NPHY_C2_RXIQ_COMPB1, pcomp->b1); in b43_nphy_rx_iq_coeffs()
4400 pcomp->b1 = b43_phy_read(dev, B43_NPHY_C2_RXIQ_COMPB1); in b43_nphy_rx_iq_coeffs()
[all …]
Dphy_n.h894 s16 b1; member
/linux-4.1.27/include/linux/
Dsignal.h108 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
117 a1 = a->sig[1]; b1 = b->sig[1]; \
118 r->sig[1] = op(a1, b1); \
Dbio.h186 #define BIOVEC_SEG_BOUNDARY(q, b1, b2) \ argument
187 …__BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, queue_segment_boundary((…
/linux-4.1.27/arch/powerpc/crypto/
Daes-tab-4k.S41 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54)
81 .long R(79, b1, b1, c8), R(b6, 5b, 5b, ed)
128 .long R(01, 8d, 8d, 8c), R(b1, d5, d5, 64)
177 .long R(de, b1, 5a, 49), R(25, ba, 1b, 67)
191 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84)
225 .long R(0c, 0a, 67, b1), R(93, 57, e7, 0f)
284 .long R(e1, 1c, e5, ed), R(7a, 47, b1, 3c)
/linux-4.1.27/net/atm/
Dbr2684.c805 #define b1(var, byte) ((u8 *) &brvcc->filter.var)[byte] in br2684_seq_show() macro
806 #define bs(var) b1(var, 0), b1(var, 1), b1(var, 2), b1(var, 3) in br2684_seq_show()
811 #undef b1 in br2684_seq_show()
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h55 long b1; member
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi.h275 const u32 idx, int b2, int b1, u32 val) in hdmi_wait_for_bit_change() argument
278 while (val != (v = REG_GET(base_addr, idx, b2, b1))) { in hdmi_wait_for_bit_change()
Dhdmi5_core.h291 u16 b1, b2, b3, b4; member
Ddsi.c1199 int b0, b1, b2; in _dsi_print_reset_status() local
1208 b1 = 27; in _dsi_print_reset_status()
1212 b1 = 25; in _dsi_print_reset_status()
1223 DSI_FLD_GET(DSIPHY_CFG5, b1, b1), in _dsi_print_reset_status()
2689 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() argument
2693 val = b4 << 24 | b3 << 16 | b2 << 8 | b1 << 0; in dsi_vc_write_long_payload()
2709 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
2729 b1 = *p++; in dsi_vc_send_long()
2734 dsi_vc_write_long_payload(dsidev, channel, b1, b2, b3, b4); in dsi_vc_send_long()
2739 b1 = 0; b2 = 0; b3 = 0; in dsi_vc_send_long()
[all …]
Dhdmi5_core.c488 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B1_MSB, csc_coeff.b1 >> 8, 6, 0); in hdmi_core_csc_config()
489 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_B1_LSB, csc_coeff.b1, 7, 0); in hdmi_core_csc_config()
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dptrace.h192 unsigned long b1; member
/linux-4.1.27/arch/blackfin/kernel/
Dsignal.c68 RESTORE(b0); RESTORE(b1); RESTORE(b2); RESTORE(b3); in rt_restore_sigcontext()
129 SETUP(b0); SETUP(b1); SETUP(b2); SETUP(b3); in rt_setup_sigcontext()
Dkgdb.c41 gdb_regs[BFIN_B1] = regs->b1; in pt_regs_to_gdb_regs()
117 regs->b1 = gdb_regs[BFIN_B1]; in gdb_regs_to_pt_regs()
Dasm-offsets.c86 DEFINE(PT_B1, offsetof(struct pt_regs, b1)); in main()
Dtrace.c974 fp->b1, fp->l1, fp->m1, fp->i1); in show_regs()
/linux-4.1.27/fs/hpfs/
Dea.c321 void *b1, *b2; in hpfs_set_ea() local
322 if (!(b1 = hpfs_map_sector(s, le32_to_cpu(fnode->ea_secno) + i, &bh1, len - i - 1))) { in hpfs_set_ea()
331 memcpy(b2, b1, 512); in hpfs_set_ea()
/linux-4.1.27/arch/c6x/kernel/
Dsignal.c47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
Dasm-offsets.c67 OFFSET(REGS_B1, pt_regs, b1); in foo()
Dtraps.c38 pr_err("A1: %08lx B1: %08lx\n", regs->a1, regs->b1); in show_regs()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-i2c.c298 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite() argument
307 buffer[0] = b1; in bttv_I2CWrite()
Dbttv.h372 extern int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1,
/linux-4.1.27/drivers/hwmon/
Dlm93.c785 static unsigned LM93_ALARMS_FROM_REG(struct block1_t b1) in LM93_ALARMS_FROM_REG() argument
788 result = b1.host_status_2 & 0x3f; in LM93_ALARMS_FROM_REG()
791 result |= (b1.host_status_4 & 0x10) << 2; in LM93_ALARMS_FROM_REG()
793 result |= b1.host_status_2 & 0x40; in LM93_ALARMS_FROM_REG()
796 result |= (b1.host_status_4 & 0x20) << 2; in LM93_ALARMS_FROM_REG()
798 result |= b1.host_status_2 & 0x80; in LM93_ALARMS_FROM_REG()
800 result |= b1.host_status_3 << 8; in LM93_ALARMS_FROM_REG()
801 result |= (b1.fan_status & 0x0f) << 16; in LM93_ALARMS_FROM_REG()
802 result |= (b1.p1_prochot_status & 0x80) << 13; in LM93_ALARMS_FROM_REG()
803 result |= (b1.p2_prochot_status & 0x80) << 14; in LM93_ALARMS_FROM_REG()
[all …]
/linux-4.1.27/Documentation/arm64/
Dbooting.txt173 ICC_SRE_EL3.Enable (bit 3) must be initialiased to 0b1.
174 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1.
176 ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1
177 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1.
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
83 # r1 = {h1 g1 f1 e1 d1 c1 b1 a1}
94 vshufps $0x44, \r1, \r0, \t0 # t0 = {b5 b4 a5 a4 b1 b0 a1 a0}
98 vshufps $0xDD, \t1, \t0, \r3 # r3 = {d5 c5 b5 a5 d1 c1 b1 a1}
/linux-4.1.27/Documentation/
Djava.txt224 int b1, b2;
225 b1 = fgetc(classfile);
226 if(b1 == EOF)
231 return (u_int16_t)((b1 << 8) | b2);
/linux-4.1.27/Documentation/blockdev/
Dcpqarray.txt67 b7 b6 b5 b4 b3 b2 b1 b0
Dcciss.txt63 b7 b6 b5 b4 b3 b2 b1 b0
/linux-4.1.27/arch/c6x/include/uapi/asm/
Dptrace.h133 REG_PAIR(b1, b0);
/linux-4.1.27/drivers/input/touchscreen/
Dzforce_ts.c252 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig() argument
256 b1, 0, 0, 0 }; in zforce_setconfig()
258 dev_dbg(&client->dev, "set config to (%d)\n", b1); in zforce_setconfig()
/linux-4.1.27/drivers/staging/netlogic/
Dxlr_net.c574 int b1, b2, c1, c2, i, j, k; in xlr_config_translate_table() local
604 b1 = bkts[k]; in xlr_config_translate_table()
609 val = ((c1 << 23) | (b1 << 17) | (use_bkt << 16) | in xlr_config_translate_table()
612 i, b1, b2, c1, c2); in xlr_config_translate_table()
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni255 0xe0 U+03b1
272 0xf1 U+00b1
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c2199 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
2212 b1 = (rev & 0x0000f000) >> 12; in lpfc_decode_firmware_rev()
2253 b1, b2, b3, (char *)str); in lpfc_decode_firmware_rev()
2255 sprintf(fwrevision, "%d.%d%d", b1, in lpfc_decode_firmware_rev()
2260 b1, b2, b3, c, in lpfc_decode_firmware_rev()
2264 b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
2269 b1 = (rev & 0xff000000) >> 24; in lpfc_decode_firmware_rev()
2275 sprintf(fwrevision, "%d.%d%d%c%d", b1, b2, b3, c, b4); in lpfc_decode_firmware_rev()
/linux-4.1.27/net/bluetooth/
Decc.c226 u64 b1 = right >> 32; in mul_64_64() local
228 u64 m1 = a0 * b1; in mul_64_64()
230 u64 m3 = a1 * b1; in mul_64_64()
/linux-4.1.27/drivers/block/
Damiflop.c1132 register unsigned char *enc, b2, b1; in dos_encode_byte() local
1136 b1=byte; in dos_encode_byte()
1137 b2=b1>>4; in dos_encode_byte()
1138 b1&=15; in dos_encode_byte()
1139 word=enc[b2] <<8 | enc [b1]; in dos_encode_byte()
/linux-4.1.27/arch/x86/kernel/
Duprobes.c58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
59 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dkst_ifc.h169 diva_prot_statistics_t b1; member
Dmaintidi.c1723 &pLib->InterfaceStat.b1.X_Frames; in diva_create_parse_table()
1728 &pLib->InterfaceStat.b1.X_Bytes; in diva_create_parse_table()
1733 &pLib->InterfaceStat.b1.X_Errors; in diva_create_parse_table()
1738 &pLib->InterfaceStat.b1.R_Frames; in diva_create_parse_table()
1743 &pLib->InterfaceStat.b1.R_Bytes; in diva_create_parse_table()
1748 &pLib->InterfaceStat.b1.R_Errors; in diva_create_parse_table()
/linux-4.1.27/arch/blackfin/mach-common/
Dinterrupt.S57 [--sp] = b1;
/linux-4.1.27/arch/arm/boot/dts/
Dkirkwood-nsa320.dts117 pmx_vid_b1: pmx-vid-b1 {
Dstih416-clock.dtsi551 clockgen_b1: clockgen-b1@fe8308c4 {
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c2281 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1) in wlc_lcnphy_tssi2dbm() argument
2286 b = (1024 * b0) + (64 * b1 * tssi); in wlc_lcnphy_tssi2dbm()
3084 s32 a1, b0, b1; in wlc_lcnphy_tx_pwr_ctrl_init() local
3120 b1 = pi->txpa_2g[1]; in wlc_lcnphy_tx_pwr_ctrl_init()
3122 maxtargetpwr = wlc_lcnphy_tssi2dbm(10, a1, b0, b1); in wlc_lcnphy_tx_pwr_ctrl_init()
3123 mintargetpwr = wlc_lcnphy_tssi2dbm(125, a1, b0, b1); in wlc_lcnphy_tx_pwr_ctrl_init()
3131 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_tx_pwr_ctrl_init()
4219 s32 a1, b0, b1; in wlc_lcnphy_periodic_cal() local
4255 b1 = pi->txpa_2g[1]; in wlc_lcnphy_periodic_cal()
4257 maxtargetpwr = wlc_lcnphy_tssi2dbm(10, a1, b0, b1); in wlc_lcnphy_periodic_cal()
[all …]
Dphy_int.h381 s16 b1; member
434 s16 b1; member
1036 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
Dphy_n.c17667 s16 a1[2], b0[2], b1[2]; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
17702 b1[1] = -1393; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17703 b1[0] = -1393; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17715 b1[0] = pi->nphy_pwrctrl_info[0].pwrdet_2g_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17716 b1[1] = pi->nphy_pwrctrl_info[1].pwrdet_2g_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17725 b1[0] = pi->nphy_pwrctrl_info[0].pwrdet_5gl_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17726 b1[1] = pi->nphy_pwrctrl_info[1].pwrdet_5gl_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17735 b1[0] = pi->nphy_pwrctrl_info[0].pwrdet_5gm_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17736 b1[1] = pi->nphy_pwrctrl_info[1].pwrdet_5gm_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
17745 b1[0] = pi->nphy_pwrctrl_info[0].pwrdet_5gh_b1; in wlc_phy_txpwrctrl_pwr_setup_nphy()
[all …]
Dphy_cmn.c224 u32 b0, b1, b2; in read_radio_id() local
229 b1 = (u32) bcma_read16(pi->d11core, D11REGOFFS(radioregdata)); in read_radio_id()
233 id = ((b0 & 0xf) << 28) | (((b2 << 8) | b1) << 12) | ((b0 >> 4) in read_radio_id()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dwil6210.h43 static inline u32 WIL_GET_BITS(u32 x, int b0, int b1) in WIL_GET_BITS() argument
45 return (x >> b0) & ((1 << (b1 - b0 + 1)) - 1); in WIL_GET_BITS()
/linux-4.1.27/include/linux/mfd/
Dcros_ec_commands.h1510 float b1; member
1522 float b1; member
/linux-4.1.27/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
71 (((b0##UL << 0x0)|(b1##UL << 0x1)|(b2##UL << 0x2)|(b3##UL << 0x3) | \
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt235 {.opt = "--b1", .val = 0x01},
280 {.opt = "--b1", .val = 0x10},
/linux-4.1.27/drivers/media/pci/cx23885/
Dcx23885-video.c172 u8 b1[] = { 0 }; in cx23885_flatiron_read() local
176 { .addr = 0x98 >> 1, .flags = I2C_M_RD, .buf = b1, .len = 1 } in cx23885_flatiron_read()
183 return b1[0]; in cx23885_flatiron_read()
/linux-4.1.27/Documentation/virtual/kvm/devices/
Darm-vgic.txt86 APRn[X mod 32] == 0b1, where n = X / 32
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1405 struct gfar_filer_entry *b1, in gfar_swap_bits() argument
1411 temp[2] = b1->ctrl & mask; in gfar_swap_bits()
1416 b1->ctrl &= ~mask; in gfar_swap_bits()
1421 b1->ctrl |= temp[3]; in gfar_swap_bits()
/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c403 u8 b1[] = { 0xaa, ++ttusb->c, 0x15, 1, 1 }; in ttusb_init_controller() local
421 if ((err = ttusb_cmd(ttusb, b1, sizeof(b1), 0))) in ttusb_init_controller()
/linux-4.1.27/include/video/
Dnewport.h27 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
/linux-4.1.27/Documentation/scsi/
Daacraid.txt115 9005:0285:9005:02b1 Adaptec (Voodoo 8 internal 8 external)
Dtmscsim.txt64 this driver: Get dc390-21125-20b.diff.gz or dc390-2036p21-20b1.diff.gz from
/linux-4.1.27/drivers/media/usb/ttusb-dec/
Dttusb_dec.c1285 u8 b1[] = { 0x61 }; in ttusb_dec_boot_dsp() local
1380 result = ttusb_dec_send_command(dec, 0x43, sizeof(b1), b1, NULL, NULL); in ttusb_dec_boot_dsp()
/linux-4.1.27/drivers/md/
Ddm-thin-metadata.c317 uint64_t b1, b2; in data_block_equal() local
322 unpack_block_time(le64_to_cpu(v1_le), &b1, &t); in data_block_equal()
325 return b1 == b2; in data_block_equal()
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument
2238 (((b1) &3) << 2) | \
/linux-4.1.27/drivers/media/i2c/
Dsaa7115.c737 int b1 = wss_bits[p[i] & 7]; in saa711x_decode_wss() local
740 if (b1 == b2) in saa711x_decode_wss()
/linux-4.1.27/lib/
Ddma-debug.c1175 unsigned long b1 = a1 + len; in overlap() local
1179 return !(b1 <= a2 || a1 >= b2); in overlap()
/linux-4.1.27/drivers/usb/serial/
Diuu_phoenix.c344 static void iuu_rgbf_fill_buffer(u8 *buf, u8 r1, u8 r2, u8 g1, u8 g2, u8 b1, in iuu_rgbf_fill_buffer() argument
352 *buf++ = b1; in iuu_rgbf_fill_buffer()
/linux-4.1.27/arch/ia64/include/asm/
Dpal.h458 b1 : 1, /* Preserved bank one member
685 #define pmci_proc_preserved_bank1_gpr_valid pme_processor.b1
/linux-4.1.27/fs/ocfs2/
Ddir.c229 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
235 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
236 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
240 buf[1] += b1; in TEA_transform()
/linux-4.1.27/drivers/usb/misc/
Dftdi-elan.c1907 char b1 = ftdi->bulk_in_buffer[0]; in ftdi_elan_flush_input_fifo() local
1909 b1); in ftdi_elan_flush_input_fifo()
2185 char b1 = ftdi->bulk_in_buffer[0]; in ftdi_elan_stuck_waiting() local
2186 dev_err(&ftdi->udev->dev, "only one byte flushed from FTDI = %02X\n", b1); in ftdi_elan_stuck_waiting()
/linux-4.1.27/drivers/video/fbdev/
Dcyber2000fb.c569 #define ENCODE_BIT(v, b1, m, b2) ((((v) >> (b1)) & (m)) << (b2)) in cyber2000fb_decode_crtc() argument
Dmx3fb.c357 uint32_t b0, b1, b2; member
612 mx3fb_write_reg(mx3fb, map->b1, DI_DISP3_B1_MAP); in sdc_init_panel()
/linux-4.1.27/Documentation/sound/alsa/
DAudiophile-Usb.txt275 | b7| b6| b5| b4| b3| b2| b1| b0|
283 * b1 is the "DTS" bit
/linux-4.1.27/Documentation/input/
Dalps.txt296 packet-fmt b7 b6 b5 b4 b3 b2 b1 b0
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt226 b1: MOV CL/R9L,Ib
519 b1: CMPXCHG Ev,Gv
/linux-4.1.27/fs/btrfs/
Dinode.c2162 static int backref_comp(struct sa_defrag_extent_backref *b1, in backref_comp() argument
2165 if (b1->root_id < b2->root_id) in backref_comp()
2167 else if (b1->root_id > b2->root_id) in backref_comp()
2170 if (b1->inum < b2->inum) in backref_comp()
2172 else if (b1->inum > b2->inum) in backref_comp()
2175 if (b1->file_pos < b2->file_pos) in backref_comp()
2177 else if (b1->file_pos > b2->file_pos) in backref_comp()
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S425 ;; do break on: clear PORTCCFG.0, set TxD high(?) (b1 low)
Dxircom_pgs.S463 ;; do break on: clear PORTCCFG.0, set TxD high(?) (b1 low)
/linux-4.1.27/drivers/gpu/drm/radeon/
Dsi.c2083 fixed20_12 a, b1, b2; in dce6_dmif_request_bandwidth() local
2090 b1.full = dfixed_mul(a, disp_clk); in dce6_dmif_request_bandwidth()
2102 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2)); in dce6_dmif_request_bandwidth()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c1880 int b1; in dgap_event() local
1925 b1 = ioread8(event + 3); in dgap_event()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c1881 uint b1 = (boardrev & 0xf0) >> 4; in brcms_c_validboardtype() local
1895 if ((brt > 2) || (brt == 0) || (b0 > 9) || (b0 == 0) || (b1 > 9) in brcms_c_validboardtype()