Home
last modified time | relevance | path

Searched +full:7 +full:k (Results 1 – 25 of 1227) sorted by relevance

12345678910>>...50

/Linux-v5.10/Documentation/devicetree/bindings/
Dtrivial-devices.yaml151 # 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)
157 # Microchip 7-bit Single I2C Digital POT (100k)
159 # Microchip 7-bit Single I2C Digital POT (5k)
161 # Microchip 7-bit Single I2C Digital POT (10k)
163 # Microchip 7-bit Single I2C Digital POT (50k)
165 # Microchip 7-bit Single I2C Digital POT (100k)
167 # Microchip 7-bit Single I2C Digital POT (5k)
169 # Microchip 7-bit Single I2C Digital POT (10k)
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dmarvell-pp2.txt2 Marvell Armada 7K/8K Ethernet Controller (PPv2.2)
8 "marvell,armada-7k-pp2"
15 For "marvell,armada-7k-pp2", must contain the following register
21 - main controller clock (for both armada-375-pp2 and armada-7k-pp2)
22 - GOP clock (for both armada-375-pp2 and armada-7k-pp2)
23 - MG clock (only for armada-7k-pp2)
24 - MG Core clock (only for armada-7k-pp2)
25 - AXI clock (only for armada-7k-pp2)
27 "mg_core_clk" and "axi_clk" (the 3 latter only for armada-7k-pp2).
36 - gop-port-id: only for marvell,armada-7k-pp2, ID of the port from the
[all …]
/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1",
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 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
138 "cmdUnderTest": "$TC actions add action police rate 1mbit burst 100k overhead 64 index 64",
148 "id": "7ffb",
162 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
186 "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer atm index 8",
210 …"cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed continue/drop …
[all …]
/Linux-v5.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
179 TRANSMISSION_MODE = 8K
194 TRANSMISSION_MODE = 8K
209 TRANSMISSION_MODE = 8K
[all …]
/Linux-v5.10/include/uapi/linux/
Dkeyboard.h15 #define KG_CTRLR 7
24 #define MAX_NR_OF_USER_KEYMAPS 256 /* should be at least 7 */
37 #define KT_SHIFT 7
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)
[all …]
/Linux-v5.10/lib/raid6/
Dmktables.c55 int i, j, k; in main() local
70 for (k = 0; k < 8; k++) in main()
71 printf("0x%02x,%c", gfmul(i, j + k), in main()
72 (k == 7) ? '\n' : ' '); in main()
89 for (k = 0; k < 8; k++) in main()
90 printf("0x%02x,%c", gfmul(i, j + k), in main()
91 (k == 7) ? '\n' : ' '); in main()
95 for (k = 0; k < 8; k++) in main()
96 printf("0x%02x,%c", gfmul(i, (j + k) << 4), in main()
97 (k == 7) ? '\n' : ' '); in main()
[all …]
/Linux-v5.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]; \
51 x3 = rol32(x3, 7); x4 = x1; \
52 x0 ^= x1; x4 <<= 7; x2 ^= x3; \
53 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \
54 x1 ^= k[4*i+1]; x0 = rol32(x0, 5); x2 = rol32(x2, 22);\
[all …]
Dwp512.c784 u64 K[8]; /* the round key */ in wp512_process_buffer() local
793 state[0] = block[0] ^ (K[0] = wctx->hash[0]); in wp512_process_buffer()
794 state[1] = block[1] ^ (K[1] = wctx->hash[1]); in wp512_process_buffer()
795 state[2] = block[2] ^ (K[2] = wctx->hash[2]); in wp512_process_buffer()
796 state[3] = block[3] ^ (K[3] = wctx->hash[3]); in wp512_process_buffer()
797 state[4] = block[4] ^ (K[4] = wctx->hash[4]); in wp512_process_buffer()
798 state[5] = block[5] ^ (K[5] = wctx->hash[5]); in wp512_process_buffer()
799 state[6] = block[6] ^ (K[6] = wctx->hash[6]); in wp512_process_buffer()
800 state[7] = block[7] ^ (K[7] = wctx->hash[7]); in wp512_process_buffer()
804 L[0] = C0[(int)(K[0] >> 56) ] ^ in wp512_process_buffer()
[all …]
/Linux-v5.10/drivers/staging/media/hantro/
Dhantro_vp8.c35 * filter taps taken to 7-bit precision,
53 u32 i, j, k; in hantro_vp8_prob_update() local
66 dst[7] = 0; in hantro_vp8_prob_update()
76 dst[7] = 0; /*unused */ in hantro_vp8_prob_update()
87 dst[7] = entropy->mv_probs[1][9 + 9]; in hantro_vp8_prob_update()
106 dst[7] = 0; /*unused */ in hantro_vp8_prob_update()
112 dst += (8 * 7); in hantro_vp8_prob_update()
115 for (k = 0; k < 3; ++k) { in hantro_vp8_prob_update()
116 dst[0] = entropy->coeff_probs[i][j][k][0]; in hantro_vp8_prob_update()
117 dst[1] = entropy->coeff_probs[i][j][k][1]; in hantro_vp8_prob_update()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/rtc/
Darmada-380-rtc.txt1 * Real Time Clock of the Armada 38x/7K/8K SoCs
3 RTC controller for the Armada 38x, 7K and 8K SoCs
8 "marvell,armada-8k-rtc" for Aramda 7K/8K SoCs
/Linux-v5.10/drivers/block/paride/
Daten.c44 w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc); in aten_write_regr()
56 w2(7); w2(6); w2(0); in aten_read_regr()
72 { int k, a, b, c, d; in aten_read_block() local
77 for (k=0;k<count/2;k++) { in aten_read_block()
78 w2(7); w2(6); w2(2); in aten_read_block()
81 buf[2*k] = j44(c,d); in aten_read_block()
82 buf[2*k+1] = j44(a,b); in aten_read_block()
88 for (k=0;k<count/2;k++) { in aten_read_block()
91 buf[2*k] = b; buf[2*k+1] = a; in aten_read_block()
100 { int k; in aten_write_block() local
[all …]
Ddstr.c38 #define P2 w2(5);w2(7);w2(5);w2(4);
87 case 1: w0(val); w2(5); w2(7); w2(5); w2(4); 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()
145 for (k=0;k<count/2;k++) ((u16 *)buf)[k] = r4w(); in dstr_read_block()
150 for (k=0;k<count/4;k++) ((u32 *)buf)[k] = r4l(); in dstr_read_block()
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Dvirtual-memory.json5 "CounterHTOff": "0,1,2,3,4,5,6,7",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
25 "CounterHTOff": "0,1,2,3,4,5,6,7",
35 "CounterHTOff": "0,1,2,3,4,5,6,7",
38 …"PublicDescription": "Counts demand data loads that caused a page walk of any page size (4K/2M/4M/…
45 "CounterHTOff": "0,1,2,3,4,5,6,7",
55 "CounterHTOff": "0,1,2,3,4,5,6,7",
66 "CounterHTOff": "0,1,2,3,4,5,6,7",
76 "CounterHTOff": "0,1,2,3,4,5,6,7",
79 …ion": "Counts demand data stores that caused a page walk of any page size (4K/2M/4M/1G). This impl…
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylakex/
Dvirtual-memory.json5 "CounterHTOff": "0,1,2,3,4,5,6,7",
14 "CounterHTOff": "0,1,2,3,4,5,6,7",
17 …ion": "Counts demand data stores that caused a page walk of any page size (4K/2M/4M/1G). This impl…
24 "CounterHTOff": "0,1,2,3,4,5,6,7",
34 "CounterHTOff": "0,1,2,3,4,5,6,7",
42 "BriefDescription": "Code miss in all TLB levels causes a page walk that completes. (4K)",
44 "CounterHTOff": "0,1,2,3,4,5,6,7",
47 …"PublicDescription": "Counts completed page walks (4K page size) caused by a code fetch. This impl…
52 … "BriefDescription": "Flushing of the Instruction TLB (ITLB) pages, includes 4k/2M/4M pages.",
54 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylake/
Dvirtual-memory.json3 …"PublicDescription": "Counts demand data loads that caused a page walk of any page size (4K/2M/4M/…
10 "CounterHTOff": "0,1,2,3,4,5,6,7"
13 …data loads whose address translations missed in the TLB and were mapped to 4K pages. The page wal…
19 "BriefDescription": "Page walk completed due to a demand data load to a 4K page",
20 "CounterHTOff": "0,1,2,3,4,5,6,7"
30 "CounterHTOff": "0,1,2,3,4,5,6,7"
33 …data loads whose address translations missed in the TLB and were mapped to 4K pages. The page wal…
40 "CounterHTOff": "0,1,2,3,4,5,6,7"
43 …unts demand data loads that caused a completed page walk of any page size (4K/2M/4M/1G). This impl…
50 "CounterHTOff": "0,1,2,3,4,5,6,7"
[all …]
/Linux-v5.10/drivers/media/usb/pwc/
Dpwc-dec23.c92 int compression_mode, j, k, bit, pw; in build_table_color() local
104 for (k = 0; k < 16; k++) { in build_table_color()
105 if (k == 0) in build_table_color()
107 else if (k >= 1 && k < 3) in build_table_color()
108 bit = (r[0] >> 15) & 7; in build_table_color()
109 else if (k >= 3 && k < 6) in build_table_color()
110 bit = (r[0] >> 12) & 7; in build_table_color()
111 else if (k >= 6 && k < 10) in build_table_color()
112 bit = (r[0] >> 9) & 7; in build_table_color()
113 else if (k >= 10 && k < 13) in build_table_color()
[all …]
/Linux-v5.10/lib/
Dbitmap.c49 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
50 for (k = 0; k < lim; ++k) in __bitmap_equal()
51 if (bitmap1[k] != bitmap2[k]) in __bitmap_equal()
55 if ((bitmap1[k] ^ bitmap2[k]) & BITMAP_LAST_WORD_MASK(bits)) in __bitmap_equal()
67 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local
70 for (k = 0; k < lim; ++k) { in __bitmap_or_equal()
71 if ((bitmap1[k] | bitmap2[k]) != bitmap3[k]) in __bitmap_or_equal()
78 tmp = (bitmap1[k] | bitmap2[k]) ^ bitmap3[k]; in __bitmap_or_equal()
84 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local
85 for (k = 0; k < lim; ++k) in __bitmap_complement()
[all …]
/Linux-v5.10/net/ceph/
Dceph_hash.c25 const unsigned char *k = (const unsigned char *)str; in ceph_str_hash_rjenkins() local
37 a = a + (k[0] + ((__u32)k[1] << 8) + ((__u32)k[2] << 16) + in ceph_str_hash_rjenkins()
38 ((__u32)k[3] << 24)); in ceph_str_hash_rjenkins()
39 b = b + (k[4] + ((__u32)k[5] << 8) + ((__u32)k[6] << 16) + in ceph_str_hash_rjenkins()
40 ((__u32)k[7] << 24)); in ceph_str_hash_rjenkins()
41 c = c + (k[8] + ((__u32)k[9] << 8) + ((__u32)k[10] << 16) + in ceph_str_hash_rjenkins()
42 ((__u32)k[11] << 24)); in ceph_str_hash_rjenkins()
44 k = k + 12; in ceph_str_hash_rjenkins()
52 c = c + ((__u32)k[10] << 24); in ceph_str_hash_rjenkins()
55 c = c + ((__u32)k[9] << 16); in ceph_str_hash_rjenkins()
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswellx/
Dvirtual-memory.json10 "CounterHTOff": "0,1,2,3,4,5,6,7"
15 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
18 …"PublicDescription": "Completed page walks due to demand load misses that caused 4K page walks in …
20 "CounterHTOff": "0,1,2,3,4,5,6,7"
30 "CounterHTOff": "0,1,2,3,4,5,6,7"
39 "CounterHTOff": "0,1,2,3,4,5,6,7"
49 "CounterHTOff": "0,1,2,3,4,5,6,7"
59 "CounterHTOff": "0,1,2,3,4,5,6,7"
64 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K)",
67 …"PublicDescription": "This event counts load operations from a 4K page that miss the first DTLB le…
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswell/
Dvirtual-memory.json10 "CounterHTOff": "0,1,2,3,4,5,6,7"
13 …"PublicDescription": "Completed page walks due to demand load misses that caused 4K page walks in …
19 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
20 "CounterHTOff": "0,1,2,3,4,5,6,7"
30 "CounterHTOff": "0,1,2,3,4,5,6,7"
39 "CounterHTOff": "0,1,2,3,4,5,6,7"
49 "CounterHTOff": "0,1,2,3,4,5,6,7"
59 "CounterHTOff": "0,1,2,3,4,5,6,7"
62 …"PublicDescription": "This event counts load operations from a 4K page that miss the first DTLB le…
68 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K)",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dvirtual-memory.json3 …event counts load misses in all DTLB levels that cause page walks of any page size (4K/2M/4M/1G).",
11 "CounterHTOff": "0,1,2,3,4,5,6,7"
14 …nt counts load misses in all DTLB levels that cause a completed page walk (4K page size). The page…
21 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
22 "CounterHTOff": "0,1,2,3,4,5,6,7"
33 "CounterHTOff": "0,1,2,3,4,5,6,7"
44 "CounterHTOff": "0,1,2,3,4,5,6,7"
54 "CounterHTOff": "0,1,2,3,4,5,6,7"
65 "CounterHTOff": "0,1,2,3,4,5,6,7"
73 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K).",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellde/
Dvirtual-memory.json9 …event counts load misses in all DTLB levels that cause page walks of any page size (4K/2M/4M/1G).",
11 "CounterHTOff": "0,1,2,3,4,5,6,7"
16 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
20 …nt counts load misses in all DTLB levels that cause a completed page walk (4K page size). The page…
22 "CounterHTOff": "0,1,2,3,4,5,6,7"
33 "CounterHTOff": "0,1,2,3,4,5,6,7"
44 "CounterHTOff": "0,1,2,3,4,5,6,7"
54 "CounterHTOff": "0,1,2,3,4,5,6,7"
65 "CounterHTOff": "0,1,2,3,4,5,6,7"
70 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K).",
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwellx/
Dvirtual-memory.json9 …event counts load misses in all DTLB levels that cause page walks of any page size (4K/2M/4M/1G).",
11 "CounterHTOff": "0,1,2,3,4,5,6,7"
16 …oad Miss in all translation lookaside buffer (TLB) levels causes a page walk that completes (4K).",
20 …nt counts load misses in all DTLB levels that cause a completed page walk (4K page size). The page…
22 "CounterHTOff": "0,1,2,3,4,5,6,7"
33 "CounterHTOff": "0,1,2,3,4,5,6,7"
44 "CounterHTOff": "0,1,2,3,4,5,6,7"
54 "CounterHTOff": "0,1,2,3,4,5,6,7"
65 "CounterHTOff": "0,1,2,3,4,5,6,7"
70 "BriefDescription": "Load misses that miss the DTLB and hit the STLB (4K).",
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dphy-mvebu-comphy.txt5 * Armada 7k/8k (on the CP110)
13 * "marvell,comphy-cp110" for Armada 7k/8k
16 * 1 entry for Armada 7k/8k
24 controller node (only for Armada 7k/8k)
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_jhash.h39 const unsigned char *k = key; in jhash() local
44 a += *(volatile u32 *)(k); in jhash()
45 b += *(volatile u32 *)(k + 4); in jhash()
46 c += *(volatile u32 *)(k + 8); in jhash()
49 k += 12; in jhash()
52 case 12: c += (u32)k[11]<<24; in jhash()
53 case 11: c += (u32)k[10]<<16; in jhash()
54 case 10: c += (u32)k[9]<<8; in jhash()
55 case 9: c += k[8]; in jhash()
56 case 8: b += (u32)k[7]<<24; in jhash()
[all …]

12345678910>>...50