Home
last modified time | relevance | path

Searched +full:3 +full:k (Results 1 – 25 of 1356) sorted by relevance

12345678910>>...55

/kernel/linux/linux-5.10/drivers/block/paride/
Depia.c33 1 5/3 reads on ports 1 & 2, 8-bit writes
35 3 8-bit EPP mode
41 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0))
58 w0(r); w2(1); w2(3); w0(r); in epia_read_regr()
64 w2(3); w2(5); w0(r|0xf0); in epia_read_regr()
73 case 3: in epia_read_regr()
93 w0(r); w2(1); w0(val); w2(3); w2(4); in epia_write_regr()
96 case 3: in epia_write_regr()
108 some EPP counters ... currently we know about 3 different block
120 if (pi->mode >= 3) { in epia_connect()
[all …]
Depat.c32 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0))
45 static int cont_map[3] = { 0x18, 0x10, 0 };
60 case 3: in epat_write_regr()
76 case 0: w0(r); w2(1); w2(3); in epat_read_regr()
88 case 3: in epat_read_regr()
99 { int k, ph, a, b; in epat_read_block() local
103 case 0: w0(7); w2(1); w2(3); w0(0xff); in epat_read_block()
105 for(k=0;k<count;k++) { in epat_read_block()
106 if (k == count-1) w0(0xfd); in epat_read_block()
110 buf[k] = j44(a,b); in epat_read_block()
[all …]
Dkbic.c36 #define j53(w) (((w>>3)&0x1f)|((w>>4)&0xe0))
65 case 3: in kbic_read_regr()
89 case 3: in kbic_write_regr()
136 { int k, a, b; in kbic_read_block() local
141 for (k=0;k<count/2;k++) { in kbic_read_block()
144 buf[2*k] = j44(a,b); in kbic_read_block()
147 buf[2*k+1] = j44(a,b); in kbic_read_block()
153 for (k=0;k<count/4;k++) { in kbic_read_block()
156 w0(8); buf[4*k] = j53(r12w()); in kbic_read_block()
157 w0(0xb8); buf[4*k+1] = j53(r12w()); in kbic_read_block()
[all …]
Ddstr.c31 3 EPP-16
35 #define j44(a,b) (((a>>3)&0x07)|((~a>>4)&0x08)|((b<<1)&0x70)|((~b)&0x80))
66 case 3: in dstr_read_regr()
91 case 3: in dstr_write_regr()
117 { int k, a, b; in dstr_read_block() local
125 case 0: for (k=0;k<count;k++) { in dstr_read_block()
128 buf[k] = j44(a,b); in dstr_read_block()
133 for (k=0;k<count;k++) { in dstr_read_block()
134 w2(0x26); buf[k] = r0(); w2(0x24); in dstr_read_block()
140 for (k=0;k<count;k++) buf[k] = r4(); in dstr_read_block()
[all …]
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
Depia.c23 * 1 5/3 reads on ports 1 & 2, 8-bit writes
25 * 3 8-bit EPP mode
31 #define j53(a, b) (((a >> 3) & 0x1f) + ((b << 4) & 0xe0))
48 w0(r); w2(1); w2(3); w0(r); in epia_read_regr()
54 w2(3); w2(5); w0(r | 0xf0); in epia_read_regr()
62 case 3: in epia_read_regr()
83 w0(r); w2(1); w0(val); w2(3); w2(4); in epia_write_regr()
85 case 3: in epia_write_regr()
99 * some EPP counters ... currently we know about 3 different block
110 if (pi->mode >= 3) { in epia_connect()
[all …]
Depat.c21 #define j53(a, b) (((a >> 3) & 0x1f) + ((b << 4) & 0xe0))
35 static int cont_map[3] = { 0x18, 0x10, 0 };
47 case 3: in epat_write_regr()
64 w0(r); w2(1); w2(3); in epat_read_regr()
75 case 3: in epat_read_regr()
87 int k, ph, a, b; in epat_read_block() local
92 w0(7); w2(1); w2(3); w0(0xff); in epat_read_block()
94 for (k = 0; k < count; k++) { in epat_read_block()
95 if (k == count-1) in epat_read_block()
103 buf[k] = j44(a, b); in epat_read_block()
[all …]
Dkbic.c26 #define j53(w) (((w >> 3) & 0x1f) | ((w >> 4) & 0xe0))
54 case 3: in kbic_read_regr()
76 case 3: in kbic_write_regr()
128 int k, a, b; in kbic_read_block() local
133 for (k = 0; k < count / 2; k++) { in kbic_read_block()
138 buf[2 * k] = j44(a, b); in kbic_read_block()
143 buf[2 * k + 1] = j44(a, b); in kbic_read_block()
149 for (k = 0; k < count / 4; k++) { in kbic_read_block()
153 buf[4 * k] = j53(r12w()); in kbic_read_block()
155 buf[4 * k + 1] = j53(r12w()); in kbic_read_block()
[all …]
Ddstr.c22 * 3 EPP-16
26 #define j44(a, b) (((a >> 3) & 0x07) | ((~a >> 4) & 0x08) | \
60 case 3: in dstr_read_regr()
86 case 3: in dstr_write_regr()
117 int k, a, b; in dstr_read_block() local
128 for (k = 0; k < count; k++) { in dstr_read_block()
131 buf[k] = j44(a, b); in dstr_read_block()
136 for (k = 0; k < count; k++) { in dstr_read_block()
138 buf[k] = r0(); in dstr_read_block()
145 for (k = 0; k < count; k++) in dstr_read_block()
[all …]
/kernel/linux/linux-5.10/crypto/
Dserpent_generic.c30 ({ b ^= d; b ^= c; b ^= a; b ^= PHI ^ i; b = rol32(b, 11); k[j] = b; })
33 ({ x0 = k[i]; x1 = k[i+1]; x2 = k[i+2]; x3 = k[i+3]; })
36 ({ k[i] = x0; k[i+1] = x1; k[i+2] = x2; k[i+3] = x3; })
41 #define K(x0, x1, x2, x3, i) ({ \ macro
42 x3 ^= k[4*(i)+3]; x2 ^= k[4*(i)+2]; \
43 x1 ^= k[4*(i)+1]; x0 ^= k[4*(i)+0]; \
48 x2 = rol32(x2, 3); x1 ^= x0; x4 = x0 << 3; \
53 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \
54 x1 ^= k[4*i+1]; x0 = rol32(x0, 5); x2 = rol32(x2, 22);\
55 x0 ^= k[4*i+0]; x2 ^= k[4*i+2]; \
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Ddvb_intro.rst133 T 177500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
134 T 184500000 7MHz AUTO AUTO QAM64 8k 1/8 NONE
135 T 191625000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
136 T 219500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
137 T 226500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
138 T 557625000 7MHz AUTO AUTO QPSK 8k 1/16 NONE
151 TRANSMISSION_MODE = 8K
176 CODE_RATE_HP = 3/4
177 CODE_RATE_LP = 3/4
179 TRANSMISSION_MODE = 8K
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Ddvb_intro.rst133 T 177500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
134 T 184500000 7MHz AUTO AUTO QAM64 8k 1/8 NONE
135 T 191625000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
136 T 219500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
137 T 226500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
138 T 557625000 7MHz AUTO AUTO QPSK 8k 1/16 NONE
151 TRANSMISSION_MODE = 8K
176 CODE_RATE_HP = 3/4
177 CODE_RATE_LP = 3/4
179 TRANSMISSION_MODE = 8K
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkeyboard.h11 #define KG_ALT 3
28 #define KT_PAD 3
39 #define K(t,v) (((t)<<8)|(v)) macro
42 #define K_F1 K(KT_FN,0)
43 #define K_F2 K(KT_FN,1)
44 #define K_F3 K(KT_FN,2)
45 #define K_F4 K(KT_FN,3)
46 #define K_F5 K(KT_FN,4)
47 #define K_F6 K(KT_FN,5)
48 #define K_F7 K(KT_FN,6)
[all …]
/kernel/linux/linux-5.10/include/linux/
Djhash.h34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
45 /* __jhash_final - final mixing of 3 32-bit values (a,b,c) into c */
61 * @k: sequence of bytes as key
73 const u8 *k = key; in jhash() local
80 a += __get_unaligned_cpu32(k); in jhash()
81 b += __get_unaligned_cpu32(k + 4); in jhash()
82 c += __get_unaligned_cpu32(k + 8); in jhash()
85 k += 12; in jhash()
89 case 12: c += (u32)k[11]<<24; fallthrough; in jhash()
90 case 11: c += (u32)k[10]<<16; fallthrough; in jhash()
[all …]
/kernel/linux/linux-6.6/tools/include/linux/
Djhash.h34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
45 /* __jhash_final - final mixing of 3 32-bit values (a,b,c) into c */
61 * @k: sequence of bytes as key
73 const u8 *k = key; in jhash() local
80 a += __get_unaligned_cpu32(k); in jhash()
81 b += __get_unaligned_cpu32(k + 4); in jhash()
82 c += __get_unaligned_cpu32(k + 8); in jhash()
85 k += 12; in jhash()
90 case 12: c += (u32)k[11]<<24; in jhash()
91 case 11: c += (u32)k[10]<<16; in jhash()
[all …]
/kernel/linux/linux-6.6/include/linux/
Djhash.h34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
45 /* __jhash_final - final mixing of 3 32-bit values (a,b,c) into c */
61 * @k: sequence of bytes as key
73 const u8 *k = key; in jhash() local
80 a += __get_unaligned_cpu32(k); in jhash()
81 b += __get_unaligned_cpu32(k + 4); in jhash()
82 c += __get_unaligned_cpu32(k + 8); in jhash()
85 k += 12; in jhash()
89 case 12: c += (u32)k[11]<<24; fallthrough; in jhash()
90 case 11: c += (u32)k[10]<<16; fallthrough; in jhash()
[all …]
/kernel/linux/linux-5.10/tools/include/linux/
Djhash.h34 /* __jhash_mix -- mix 3 32-bit values reversibly. */
45 /* __jhash_final - final mixing of 3 32-bit values (a,b,c) into c */
61 * @k: sequence of bytes as key
73 const u8 *k = key; in jhash() local
80 a += __get_unaligned_cpu32(k); in jhash()
81 b += __get_unaligned_cpu32(k + 4); in jhash()
82 c += __get_unaligned_cpu32(k + 8); in jhash()
85 k += 12; in jhash()
90 case 12: c += (u32)k[11]<<24; in jhash()
91 case 11: c += (u32)k[10]<<16; in jhash()
[all …]
/kernel/linux/linux-6.6/crypto/
Dserpent_generic.c25 ({ b ^= d; b ^= c; b ^= a; b ^= PHI ^ i; b = rol32(b, 11); k[j] = b; })
28 ({ x0 = k[i]; x1 = k[i+1]; x2 = k[i+2]; x3 = k[i+3]; })
31 ({ k[i] = x0; k[i+1] = x1; k[i+2] = x2; k[i+3] = x3; })
36 #define K(x0, x1, x2, x3, i) ({ \ macro
37 x3 ^= k[4*(i)+3]; x2 ^= k[4*(i)+2]; \
38 x1 ^= k[4*(i)+1]; x0 ^= k[4*(i)+0]; \
43 x2 = rol32(x2, 3); x1 ^= x0; x4 = x0 << 3; \
48 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \
49 x1 ^= k[4*i+1]; x0 = rol32(x0, 5); x2 = rol32(x2, 22);\
50 x0 ^= k[4*i+0]; x2 ^= k[4*i+2]; \
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dkeyboard.h9 #define KG_ALT 3
33 #define KT_PAD 3
45 #define K(t,v) (((t)<<8)|(v)) macro
49 #define K_F1 K(KT_FN,0)
50 #define K_F2 K(KT_FN,1)
51 #define K_F3 K(KT_FN,2)
52 #define K_F4 K(KT_FN,3)
53 #define K_F5 K(KT_FN,4)
54 #define K_F6 K(KT_FN,5)
55 #define K_F7 K(KT_FN,6)
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dkeyboard.h9 #define KG_ALT 3
32 #define KT_PAD 3
45 #define K(t,v) (((t)<<8)|(v)) macro
49 #define K_F1 K(KT_FN,0)
50 #define K_F2 K(KT_FN,1)
51 #define K_F3 K(KT_FN,2)
52 #define K_F4 K(KT_FN,3)
53 #define K_F5 K(KT_FN,4)
54 #define K_F6 K(KT_FN,5)
55 #define K_F7 K(KT_FN,6)
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1",
27 "id": "3abe",
40 "$TC actions add action police rate 4Mbit burst 120k index 9"
42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98",
90 …UnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit index 3",
138 "cmdUnderTest": "$TC actions add action police rate 1mbit burst 100k overhead 64 index 64",
162 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
172 "id": "3dda",
186 "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer atm index 8",
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1",
27 "id": "3abe",
40 "$TC actions add action police rate 4Mbit burst 120k index 9"
42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98",
90 …UnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit index 3",
138 "cmdUnderTest": "$TC actions add action police rate 1mbit burst 100k overhead 64 index 64",
162 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
172 "id": "3dda",
186 "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer atm index 8",
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkeyboard.h24 #define KG_ALT 3
41 #define KT_PAD 3
52 #define K(t,v) (((t) << 8) | (v)) macro
55 #define K_F1 K(KT_FN, 0)
56 #define K_F2 K(KT_FN, 1)
57 #define K_F3 K(KT_FN, 2)
58 #define K_F4 K(KT_FN, 3)
59 #define K_F5 K(KT_FN, 4)
60 #define K_F6 K(KT_FN, 5)
61 #define K_F7 K(KT_FN, 6)
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dkeyboard.h24 #define KG_ALT 3
41 #define KT_PAD 3
52 #define K(t,v) (((t) << 8) | (v)) macro
55 #define K_F1 K(KT_FN, 0)
56 #define K_F2 K(KT_FN, 1)
57 #define K_F3 K(KT_FN, 2)
58 #define K_F4 K(KT_FN, 3)
59 #define K_F5 K(KT_FN, 4)
60 #define K_F6 K(KT_FN, 5)
61 #define K_F7 K(KT_FN, 6)
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dtrivial-devices.yaml73 # DMARD09: 3-axis Accelerometer
75 # DMARD10: 3-axis Accelerometer
77 # MMA7660FC: 3-Axis Orientation/Motion Detection Sensor
79 # MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
95 # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor
129 # 3-Channel Remote Temperature Sensor
131 # mCube 3-axis 8-bit digital accelerometer
151 # Microchip 7-bit Single I2C Digital POT (5k)
153 # Microchip 7-bit Single I2C Digital POT (10k)
155 # Microchip 7-bit Single I2C Digital POT (50k)
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
Dhantro_vp8.c18 u8 prob_segment[3];
22 u8 prob_chroma_pred_mode[3];
30 u8 prob_coeffs[4][8][3][V4L2_VP8_COEFF_PROB_CNT];
43 { 3, -16, 77, 77, -16, 3 },
53 u32 i, j, k; in hantro_vp8_prob_update() local
62 dst[3] = hdr->prob_gf; in hantro_vp8_prob_update()
72 dst[3] = entropy->y_mode_probs[3]; in hantro_vp8_prob_update()
83 dst[3] = entropy->mv_probs[1][1]; in hantro_vp8_prob_update()
94 dst[3] = entropy->mv_probs[i][j + 9 + 3]; in hantro_vp8_prob_update()
102 dst[3] = entropy->mv_probs[i][3 + 2]; in hantro_vp8_prob_update()
[all …]

12345678910>>...55