Home
last modified time | relevance | path

Searched +full:3 +full:b (Results 1 – 25 of 1322) sorted by relevance

12345678910>>...53

/linux-6.12.1/Documentation/driver-api/media/drivers/ccs/
Dccs-regs.asc1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
8 # - b bool bit
26 - e GBRG 3
31 - f minor 0 3
43 - e mp 3
56 - f rows 0 3
64 - e black_pixel 3
80 - e black_pixel 3
115 - f rows 0 3
127 - b horizontal_mirror 0
[all …]
/linux-6.12.1/arch/x86/lib/
Dusercopy_32.c45 _ASM_EXTABLE_TYPE_REG(0b, 2b, EX_TYPE_UCOPY_LEN4, %2) \
46 _ASM_EXTABLE_UA(1b, 2b) \
48 : "r"(size & 3), "0"(size / 4), "1"(addr), "a"(0)); \
99 " jbe 3f\n" in __copy_user_intel()
102 "3: movl 0(%4), %%eax\n" in __copy_user_intel()
104 "5: movl %%eax, 0(%3)\n" in __copy_user_intel()
105 "6: movl %%edx, 4(%3)\n" in __copy_user_intel()
108 "9: movl %%eax, 8(%3)\n" in __copy_user_intel()
109 "10: movl %%edx, 12(%3)\n" in __copy_user_intel()
112 "13: movl %%eax, 16(%3)\n" in __copy_user_intel()
[all …]
/linux-6.12.1/drivers/comedi/drivers/ni_routing/ni_route_values/
Dni_eseries.c53 [B(NI_PFI(0))] = {
54 [B(NI_AI_StartTrigger)] = I(NI_PFI_OUTPUT_AI_START1),
56 [B(NI_PFI(1))] = {
57 [B(NI_AI_ReferenceTrigger)] = I(NI_PFI_OUTPUT_AI_START2),
59 [B(NI_PFI(2))] = {
60 [B(NI_AI_ConvertClock)] = I(NI_PFI_OUTPUT_AI_CONVERT),
62 [B(NI_PFI(3))] = {
63 [B(NI_CtrSource(1))] = I(NI_PFI_OUTPUT_G_SRC1),
65 [B(NI_PFI(4))] = {
66 [B(NI_CtrGate(1))] = I(NI_PFI_OUTPUT_G_GATE1),
[all …]
Dni_660x.c48 [B(NI_PFI(8))] = {
49 [B(NI_CtrInternalOutput(7))] = I(1),
51 [B(NI_PFI(10))] = {
52 [B(NI_CtrGate(7))] = I(1),
54 [B(NI_PFI(11))] = {
55 [B(NI_CtrSource(7))] = I(1),
57 [B(NI_PFI(12))] = {
58 [B(NI_CtrInternalOutput(6))] = I(1),
60 [B(NI_PFI(14))] = {
61 [B(NI_CtrGate(6))] = I(1),
[all …]
Dni_mseries.c56 [B(NI_PFI(0))] = {
57 [B(TRIGGER_LINE(0))] = I(18),
58 [B(TRIGGER_LINE(1))] = I(19),
59 [B(TRIGGER_LINE(2))] = I(20),
60 [B(TRIGGER_LINE(3))] = I(21),
61 [B(TRIGGER_LINE(4))] = I(22),
62 [B(TRIGGER_LINE(5))] = I(23),
63 [B(TRIGGER_LINE(6))] = I(24),
64 [B(TRIGGER_LINE(7))] = I(25),
65 [B(NI_CtrSource(0))] = I(9),
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-rgb.rst45 - 'r', 'g' and 'b' denote bits of the red, green and blue components
58 word [15:0] laid out at as [R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1`
59 R\ :sub:`0` G\ :sub:`5` G\ :sub:`4` G\ :sub:`3` G\ :sub:`2` G\ :sub:`1`
60 G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1` B\ :sub:`0`], and
61 stored in memory in two bytes, [R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1`
62 R\ :sub:`0` G\ :sub:`5` G\ :sub:`4` G\ :sub:`3`] followed by [G\ :sub:`2`
63 G\ :sub:`1` G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1`
64 B\ :sub:`0`].
84 - :cspan:`7` Byte 3
91 - 3
[all …]
Dsubdev-formats.rst124 :widths: 3 1 4
225 :widths: 36 7 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
262 - 3
291 - r\ :sub:`3`
295 - g\ :sub:`3`
299 - b\ :sub:`3`
300 - b\ :sub:`2`
301 - b\ :sub:`1`
302 - b\ :sub:`0`
336 - r\ :sub:`3`
[all …]
/linux-6.12.1/arch/csky/lib/
Dusercopy.c15 " mov %3, %1 \n" in raw_copy_from_user()
16 " or %3, %2 \n" in raw_copy_from_user()
17 " andi %3, 3 \n" in raw_copy_from_user()
18 " cmpnei %3, 0 \n" in raw_copy_from_user()
22 " bt 3f \n" in raw_copy_from_user()
23 "2: ldw %3, (%2, 0) \n" in raw_copy_from_user()
25 " stw %3, (%1, 0) \n" in raw_copy_from_user()
27 "11: ldw %3, (%2, 8) \n" in raw_copy_from_user()
29 " stw %3, (%1, 8) \n" in raw_copy_from_user()
34 " br 1b \n" in raw_copy_from_user()
[all …]
/linux-6.12.1/arch/arc/include/asm/
Duaccess.h52 "3: # return -EFAULT\n" \
53 " mov %0, %3\n" \
56 " j 2b\n" \
60 " .word 1b,3b\n" \
73 "3: # return -EFAULT\n" \
74 " mov %0, %3\n" \
78 " j 2b\n" \
82 " .word 1b,3b\n" \
83 " .word 4b,3b\n" \
107 "3: mov %0, %3\n" \
[all …]
/linux-6.12.1/arch/m68k/lib/
Duaccess.c18 "1: "MOVES".l (%1)+,%3\n" in __generic_copy_from_user()
19 " move.l %3,(%2)+\n" in __generic_copy_from_user()
21 " jne 1b\n" in __generic_copy_from_user()
24 "3: "MOVES".w (%1)+,%3\n" in __generic_copy_from_user()
25 " move.w %3,(%2)+\n" in __generic_copy_from_user()
28 "5: "MOVES".b (%1)+,%3\n" in __generic_copy_from_user()
29 " move.b %3,(%2)+\n" in __generic_copy_from_user()
38 " jeq 6b\n" in __generic_copy_from_user()
40 " jra 6b\n" in __generic_copy_from_user()
45 " .long 1b,10b\n" in __generic_copy_from_user()
[all …]
/linux-6.12.1/arch/powerpc/lib/
Dcopy_32.S32 8 ## n ## 3: \
46 b 104f; \
49 b 105f; \
50 EX_TABLE(8 ## n ## 0b,9 ## n ## 0b); \
51 EX_TABLE(8 ## n ## 1b,9 ## n ## 0b); \
52 EX_TABLE(8 ## n ## 2b,9 ## n ## 0b); \
53 EX_TABLE(8 ## n ## 3b,9 ## n ## 0b); \
54 EX_TABLE(8 ## n ## 4b,9 ## n ## 1b); \
55 EX_TABLE(8 ## n ## 5b,9 ## n ## 1b); \
56 EX_TABLE(8 ## n ## 6b,9 ## n ## 1b); \
[all …]
/linux-6.12.1/arch/arm64/crypto/
Dsha512-ce-core.S15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
16 .set .Lq\b, \b
17 .set .Lv\b\().2d, \b
88 ext v6.16b, v\i2\().16b, v\i3\().16b, #8
89 ext v5.16b, v5.16b, v5.16b, #8
90 ext v7.16b, v\i1\().16b, v\i2\().16b, #8
93 ext v5.16b, v\in3\().16b, v\in4\().16b, #8
122 CPU_LE( rev64 v12.16b, v12.16b )
123 CPU_LE( rev64 v13.16b, v13.16b )
124 CPU_LE( rev64 v14.16b, v14.16b )
[all …]
Dchacha-neon-core.S47 eor v3.16b, v3.16b, v0.16b
52 eor v4.16b, v1.16b, v2.16b
58 eor v3.16b, v3.16b, v0.16b
59 tbl v3.16b, {v3.16b}, v12.16b
63 eor v4.16b, v1.16b, v2.16b
67 // x1 = shuffle32(x1, MASK(0, 3, 2, 1))
68 ext v1.16b, v1.16b, v1.16b, #4
69 // x2 = shuffle32(x2, MASK(1, 0, 3, 2))
70 ext v2.16b, v2.16b, v2.16b, #8
71 // x3 = shuffle32(x3, MASK(2, 1, 0, 3))
[all …]
Daes-ce-core.S13 ld1 {v0.16b}, [x2]
17 bne 3f
18 mov v3.16b, v1.16b
19 b 2f
20 0: mov v2.16b, v1.16b
22 1: aese v0.16b, v2.16b
23 aesmc v0.16b, v0.16b
25 aese v0.16b, v3.16b
26 aesmc v0.16b, v0.16b
27 3: ld1 {v2.4s}, [x0], #16
[all …]
/linux-6.12.1/arch/powerpc/boot/
Dstring.S18 bne 1b
31 bdnzf 2,1b /* dec ctr, branch if ctr != 0 && !cr0.eq */
40 bne 1b
45 bne 1b
55 bne 1b
68 beq 1b
81 bdnzt eq,1b
89 bne 1b
102 andi. r0,r6,3
109 bdnz 1b
[all …]
/linux-6.12.1/arch/x86/crypto/
Dsha1_ssse3_asm.S115 mov 4(HASH_PTR), B
128 RR F1,A,B,C,D,E,0
129 RR F1,D,E,A,B,C,2
130 RR F1,B,C,D,E,A,4
131 RR F1,E,A,B,C,D,6
132 RR F1,C,D,E,A,B,8
134 RR F1,A,B,C,D,E,10
135 RR F1,D,E,A,B,C,12
136 RR F1,B,C,D,E,A,14
137 RR F1,E,A,B,C,D,16
[all …]
/linux-6.12.1/fs/smb/common/
Dcifs_md4.c51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
57 u32 a, b, c, d; in md4_transform() local
60 b = hash[1]; in md4_transform()
62 d = hash[3]; in md4_transform()
64 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
65 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
66 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
67 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
[all …]
/linux-6.12.1/crypto/
Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
69 u32 a, b, c, d; in md4_transform() local
72 b = hash[1]; in md4_transform()
74 d = hash[3]; in md4_transform()
76 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
77 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
78 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
79 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
[all …]
/linux-6.12.1/arch/mips/include/asm/
Dunaligned-emul.h16 "3:\t.set\tat\n\t" \
19 "4:\tli\t%1, %3\n\t" \
23 STR(PTR_WD)"\t1b, 4b\n\t" \
24 STR(PTR_WD)"\t2b, 4b\n\t" \
35 "2:\t"type##_lwr("%0", "3(%2)")"\n\t"\
37 "3:\n\t" \
40 "4:\tli\t%1, %3\n\t" \
44 STR(PTR_WD)"\t1b, 4b\n\t" \
45 STR(PTR_WD)"\t2b, 4b\n\t" \
62 "3:"type##_lbu("$1", "2(%2)")"\n\t" \
[all …]
/linux-6.12.1/arch/sh/lib/
Dmemmove.S46 mov #3,r2
63 8: mov.b @r0+,r1
65 bf/s 8b ! while (r0<r5)
66 mov.b r1,@(r0,r4)
74 bra 8b
90 mov.b @r0+,r1
91 bf/s 1b
92 mov.b r1,@(r0,r4)
95 add #-3,r4
96 add #-3,r5
[all …]
Dmemcpy.S36 mov #3,r2
57 mov.b @(r0,r5),r1
58 bt/s 8b ! while (r0>r2)
59 mov.b r1,@-r0
74 add #3,r5
76 mov.b @(r0,r5),r1
77 bf/s 1b
78 mov.b r1,@-r0
80 add #-3,r5
84 3: mov.l @(r0,r5),r1
[all …]
/linux-6.12.1/arch/arm64/kernel/vdso/
Dvgetrandom-chacha.S61 mov state0.16b, copy0.16b
62 mov state1.16b, copy1.16b
63 mov state2.16b, copy2.16b
64 mov state3.16b, copy3.16b
77 eor state3.16b, state3.16b, state0.16b
82 eor tmp.16b, state1.16b, state2.16b
88 eor tmp.16b, state3.16b, state0.16b
94 eor tmp.16b, state1.16b, state2.16b
98 /* state1[0,1,2,3] = state1[1,2,3,0] */
99 ext state1.16b, state1.16b, state1.16b, #4
[all …]
/linux-6.12.1/include/linux/usb/
Dpd_vdo.h24 * <15> :: VDM type ( 1b == structured, 0b == unstructured )
49 #define CMDT_RSP_BUSY 3
57 #define CMD_DISCOVER_MODES 3
95 * [3] :: (Product | Cable) VDO
104 #define VDO_INDEX_CABLE 3
105 #define VDO_INDEX_PRODUCT 3
116 * <26> :: modal operation supported (1b == yes)
130 #define IDH_PTYPE_PSD 3
135 #define IDH_PTYPE_PCABLE 3
143 #define IDH_PTYPE_DFP_PB 3
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcore_reloc_types.h41 int b; member
48 int b; member
61 int b; member
69 union core_reloc_nesting_subunion b; member
70 } b; member
83 int b; member
84 } b; member
85 } b; member
103 int b; member
104 } b; member
[all …]
/linux-6.12.1/tools/include/linux/
Djhash.h34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
35 #define __jhash_mix(a, b, c) \ argument
37 a -= c; a ^= rol32(c, 4); c += b; \
38 b -= a; b ^= rol32(a, 6); a += c; \
39 c -= b; c ^= rol32(b, 8); b += a; \
40 a -= c; a ^= rol32(c, 16); c += b; \
41 b -= a; b ^= rol32(a, 19); a += c; \
42 c -= b; c ^= rol32(b, 4); b += a; \
45 /* __jhash_final - final mixing of 3 32-bit values (a,b,c) into c */
46 #define __jhash_final(a, b, c) \ argument
[all …]

12345678910>>...53