Home
last modified time | relevance | path

Searched full:b1 (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/Linux-v5.15/arch/arm/crypto/
Dghash-ce-core.S95 .macro __pmull_p64, rd, rn, rm, b1, b2, b3, b4
109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
111 .ifc \b1, t4l
112 vext.8 t4l, \bd, \bd, #1 @ B1
116 vmull.p8 t4q, \ad, \b1 @ E = A*B1
224 vmull.p64 XH, HH4_H, XL_H // a1 * b1
227 vmull.p64 XM, HH34_H, XL2_H // (a1 + a0)(b1 + b0)
229 vmull.p64 XH2, HH3_H, XM2_L // a1 * b1
232 vmull.p64 XM2, HH34_L, XM2_L // (a1 + a0)(b1 + b0)
238 vmull.p64 XH2, HH_H, T3_L // a1 * b1
[all …]
Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
81 veor \b2, \b2, \b1
92 veor \b3, \b3, \b1
93 veor \b1, \b1, \b5
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
98 veor \b1, \b1, \b4
101 veor \b6, \b6, \b1
102 veor \b1, \b1, \b5
110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
111 veor \b1, \b1, \b7
[all …]
/Linux-v5.15/Documentation/arm64/
Dbooting.rst220 - SCR_EL3.HCE (bit 8) must be initialised to 0b1.
225 - ICC_SRE_EL3.Enable (bit 3) must be initialiased to 0b1.
226 - ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1.
233 - ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1
234 - ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1.
255 - SCR_EL3.APK (bit 16) must be initialised to 0b1
256 - SCR_EL3.API (bit 17) must be initialised to 0b1
260 - HCR_EL2.APK (bit 40) must be initialised to 0b1
261 - HCR_EL2.API (bit 41) must be initialised to 0b1
271 having 0b1 set for the corresponding bit for each of the auxiliary
[all …]
/Linux-v5.15/crypto/
Dxor.c83 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
133 b1 = (void *) __get_free_pages(GFP_KERNEL, 2); in calibrate_xor_blocks()
134 if (!b1) { in calibrate_xor_blocks()
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()
160 free_pages((unsigned long)b1, 2); in calibrate_xor_blocks()
/Linux-v5.15/drivers/isdn/mISDN/
Ddsp_biquad.h19 int32_t b1; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument
32 bq->b1 = b1; in biquad2_init()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
/Linux-v5.15/include/media/
Dv4l2-h264.h25 * ordered P/B0/B1 lists
28 * This object stores the context of the P/B0/B1 reference list builder.
51 * v4l2_h264_build_b_ref_lists() - Build the B0/B1 reference lists
56 * @b1_reflist: 16-bytes array used to store the B1 reference list. Each entry
59 * This functions builds the B0/B1 reference lists. This procedure is described
62 * need to pass B0/B1 reference lists to the hardware.
/Linux-v5.15/drivers/crypto/nx/
Dnx-aes-ccm.c167 u8 tmp[16], *b1 = NULL, *b0 = NULL, *result = NULL; in generate_pat() local
192 * operation on 2 AES blocks, B0 (stored in the csbcpb) and B1, in generate_pat()
195 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
199 * B1 differently and feed in the associated data to a CCA in generate_pat()
202 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat()
206 b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1; in generate_pat()
215 /* generate B1: in generate_pat()
219 if (b1) { in generate_pat()
220 memset(b1, 0, 16); in generate_pat()
222 *(u16 *)b1 = assoclen; in generate_pat()
[all …]
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dpixfmt-sdr-pcu16be.rst32 - Byte B1
37 - I'\ :sub:`0[5:0]; B1[1:0]=pad`
42 - I'\ :sub:`1[5:0]; B1[1:0]=pad`
48 - Q'\ :sub:`0[5:0]; B1[1:0]=pad`
53 - Q'\ :sub:`1[5:0]; B1[1:0]=pad`
/Linux-v5.15/arch/arm/include/asm/
Dxor.h26 : "=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)
54 register unsigned int b1 __asm__("r8"); in xor_arm4regs_2()
75 register unsigned int b1 __asm__("r8"); in xor_arm4regs_3()
95 register unsigned int b1 __asm__("ip"); in xor_arm4regs_4()
114 register unsigned int b1 __asm__("ip"); in xor_arm4regs_5()
/Linux-v5.15/drivers/media/dvb-frontends/
Dlgdt3306a.c1867 0x0000, /* SOFTRSTB 1'b1 1'b1 1'b1 ADCPDB 1'b1 PLLPDB GBBPDB 11111111 */
1868 0x0001, /* 1'b1 1'b1 1'b0 1'b0 AUTORPTRS */
1877 0x000a, /* DAFTEN 1'b1 x x SCSYSLOCK */
1885 0x0013, /* AGCRFFIXB AGCIFFIXB AGCLOCKDETRNGSEL[1:0] 1'b1 1'b0 1'b0 1'b0 11101000 */
1892 0x001c, /* 1'b1 PFEN MFEN AICCVSYNC */
1893 0x001d, /* 1'b0 1'b1 1'b0 1'b1 AICCVSYNC */
1894 0x001e, /* AICCALPHA[3:0] 1'b1 1'b0 1'b1 1'b0 01111010 */
1913 0x0031, /* 1'b0 1'b1 1'b0 1'b0 x DAGC1STER */
1921 0x003d, /* 1'b1 SAMGEARS */
1924 0x0044, /* 1'b1 CRGEARSHE */
[all …]
/Linux-v5.15/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-v5.15/arch/arm64/crypto/
Daes-neonbs-core.S25 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
26 eor \b2, \b2, \b1
37 eor \b3, \b3, \b1
38 eor \b1, \b1, \b5
41 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
43 eor \b1, \b1, \b4
46 eor \b6, \b6, \b1
47 eor \b1, \b1, \b5
55 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
56 eor \b1, \b1, \b7
[all …]
Dghash-ce-core.S98 .macro __pmull_p8_tail, rq, ad, bd, nb, t, b1, b2, b3, b4
100 pmull\t t4.8h, \ad, \b1\().\nb // E = A*B1
268 pmull2 XH2.1q, SHASH.2d, IN1.2d // a1 * b1
270 pmull XM2.1q, SHASH2.1d, TT4.1d // (a1 + a0)(b1 + b0)
273 pmull2 XH3.1q, HH.2d, XL3.2d // a1 * b1
275 pmull2 XM3.1q, SHASH2.2d, TT3.2d // (a1 + a0)(b1 + b0)
283 pmull2 XH3.1q, HH3.2d, IN1.2d // a1 * b1
285 pmull XM3.1q, HH34.1d, T2.1d // (a1 + a0)(b1 + b0)
296 pmull2 XH.1q, HH4.2d, XL.2d // a1 * b1
299 pmull2 XM.1q, HH34.2d, T1.2d // (a1 + a0)(b1 + b0)
[all …]
/Linux-v5.15/block/
Dblk-integrity.c123 struct blk_integrity *b1 = &gd1->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-v5.15/fs/f2fs/
Dhash.c28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
34 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform()
35 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform()
39 buf[1] += b1; in TEA_transform()
/Linux-v5.15/include/linux/usb/
Dr8a66597.h158 #define LNST 0x0003 /* b1-0: D+, D- line status */
174 #define RHST 0x0007 /* b1-0: Reset handshake status */
198 #define INTA 0x0001 /* b1: USB INT-pin active */
262 #define BRDY1 0x0002 /* b1: PIPE1 */
263 #define BRDY0 0x0001 /* b1: PIPE0 */
274 #define NRDY1 0x0002 /* b1: PIPE1 */
275 #define NRDY0 0x0001 /* b1: PIPE0 */
286 #define BEMP1 0x0002 /* b1: PIPE1 */
364 #define PID 0x0003 /* b1-0: Response PID */
409 #define PID 0x0003 /* b1-0: Response PID */
[all …]
/Linux-v5.15/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-v5.15/drivers/atm/
Dfore200e.h71 #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-v5.15/arch/s390/net/
Dbpf_jit_comp.c111 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument
113 u32 r1 = reg2hex[b1]; in reg_set_seen()
119 #define REG_SET_SEEN(b1) \ argument
121 reg_set_seen(jit, b1); \
124 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]] argument
137 #define EMIT2(op, b1, b2) \ argument
139 _EMIT2((op) | reg(b1, b2)); \
140 REG_SET_SEEN(b1); \
151 #define EMIT4(op, b1, b2) \ argument
153 _EMIT4((op) | reg(b1, b2)); \
[all …]
/Linux-v5.15/tools/vm/
Dslabinfo.c782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
958 store_size(b1, total_size);store_size(b2, total_waste); in totals()
960 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
962 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
964 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
972 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
975 b1, b2, b3, b4); in totals()
977 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
980 b1, b2, b3, b4); in totals()
982 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
[all …]
/Linux-v5.15/arch/x86/crypto/
Dcast6-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
126 F_head(b1, RX, RGI1, RGI2, op0); \
129 F_tail(b1, RX, RGI1, RGI2, 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)
Dcast5-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
126 F_head(b1, RX, RGI1, RGI2, op0); \
129 F_tail(b1, RX, RGI1, RGI2, 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-v5.15/arch/arm/mach-pxa/include/mach/
Dhardware.h64 * PXA210 B1 0x69052923 0x3926C013
71 * PXA250 B1 0x69052903 0x39264013
83 * PXA27x B1 0x69054113 0x39265013
92 * PXA32x B1 0x69056825 0x5E642013
96 * PXA930 B1 0x69056837 0x7E643013
101 * PXA935 B1 0x56056938 0x8E653013
/Linux-v5.15/lib/crypto/
Dcurve25519-hacl64.c305 u64 *b1; in crecip_crecip() local
319 b1 = buf + 10; in crecip_crecip()
321 fmul_fmul(b1, t01, b1); in crecip_crecip()
322 fsquare_fsquare_times(t01, b1, 10); in crecip_crecip()
323 fmul_fmul(c0, t01, b1); in crecip_crecip()
327 fmul_fmul(b1, t01, b1); in crecip_crecip()
328 fsquare_fsquare_times(t01, b1, 50); in crecip_crecip()
355 u64 b1; in fdifference() local
361 b1 = tmp[1]; in fdifference()
366 tmp[1] = b1 + 0x3ffffffffffff8LLU; in fdifference()
[all …]
/Linux-v5.15/arch/arm/mach-orion5x/
Ddns323-setup.c41 /* Rev A1 and B1 */
97 /* Rev B1 and C1 doesn't really use its PCI bus, and initialising PCI in dns323_pci_init()
456 * On the DNS-323 A1 and B1 the following devices are attached via I2C:
531 pr_debug("DNS-323: 5182 found, board is B1 or C1, checking PHY...\n"); in dns323_identify_rev()
533 /* Rev B1 and C1 both have 5182, let's poke at the eth PHY. This is in dns323_identify_rev()
535 * driver so let's poke at it directly. We default to rev B1 in in dns323_identify_rev()
551 pr_warn("DNS-323: Timeout accessing PHY, assuming rev B1\n"); in dns323_identify_rev()
563 pr_warn("DNS-323: Timeout reading PHY, assuming rev B1\n"); in dns323_identify_rev()
578 pr_warn("DNS-323: Unknown PHY ID 0x%04x, assuming rev B1\n", in dns323_identify_rev()
676 /* The DNS323 rev B1 has flag to indicate the system is up. in dns323_init()
[all …]

12345678910>>...18