Home
last modified time | relevance | path

Searched +full:32 +full:k (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/
Dsun50i-h5-cpu-opp.dtsi12 clock-latency-ns = <244144>; /* 8 32k periods */
18 clock-latency-ns = <244144>; /* 8 32k periods */
24 clock-latency-ns = <244144>; /* 8 32k periods */
30 clock-latency-ns = <244144>; /* 8 32k periods */
36 clock-latency-ns = <244144>; /* 8 32k periods */
42 clock-latency-ns = <244144>; /* 8 32k periods */
48 clock-latency-ns = <244144>; /* 8 32k periods */
54 clock-latency-ns = <244144>; /* 8 32k periods */
60 clock-latency-ns = <244144>; /* 8 32k periods */
Dsun50i-a64-cpu-opp.dtsi14 clock-latency-ns = <244144>; /* 8 32k periods */
20 clock-latency-ns = <244144>; /* 8 32k periods */
26 clock-latency-ns = <244144>; /* 8 32k periods */
32 clock-latency-ns = <244144>; /* 8 32k periods */
38 clock-latency-ns = <244144>; /* 8 32k periods */
44 clock-latency-ns = <244144>; /* 8 32k periods */
50 clock-latency-ns = <244144>; /* 8 32k periods */
56 clock-latency-ns = <244144>; /* 8 32k periods */
Dsun50i-h6-cpu-opp.dtsi12 clock-latency-ns = <244144>; /* 8 32k periods */
21 clock-latency-ns = <244144>; /* 8 32k periods */
30 clock-latency-ns = <244144>; /* 8 32k periods */
39 clock-latency-ns = <244144>; /* 8 32k periods */
48 clock-latency-ns = <244144>; /* 8 32k periods */
57 clock-latency-ns = <244144>; /* 8 32k periods */
66 clock-latency-ns = <244144>; /* 8 32k periods */
75 clock-latency-ns = <244144>; /* 8 32k periods */
84 clock-latency-ns = <244144>; /* 8 32k periods */
93 clock-latency-ns = <244144>; /* 8 32k periods */
/kernel/linux/linux-4.19/fs/btrfs/tests/
Dextent-map-tests.c38 * extent [0, 16K), followed by another file extent [16K, 20K), two dio reads
39 * are entering btrfs_get_extent() concurrently, t1 is reading [8K, 16K), t2 is
40 * reading [0, 8K)
45 * -> add_extent_mapping(0, 16K)
47 * ->add_extent_mapping(0, 16K)
63 /* Add [0, 16K) */ in test_case_1()
72 /* Add [16K, 20K) following [0, 16K) */ in test_case_1()
89 /* Add [0, 8K), should return [0, 16K) instead. */ in test_case_1()
127 /* Add [0, 1K) */ in test_case_2()
136 /* Add [4K, 4K) following [0, 1K) */ in test_case_2()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dextent-map-tests.c41 * extent [0, 16K), followed by another file extent [16K, 20K), two dio reads
42 * are entering btrfs_get_extent() concurrently, t1 is reading [8K, 16K), t2 is
43 * reading [0, 8K)
48 * -> add_extent_mapping(0, 16K)
50 * ->add_extent_mapping(0, 16K)
67 /* Add [0, 16K) */ in test_case_1()
76 test_err("cannot add extent range [0, 16K)"); in test_case_1()
81 /* Add [16K, 20K) following [0, 16K) */ in test_case_1()
97 test_err("cannot add extent range [16K, 20K)"); in test_case_1()
109 /* Add [0, 8K), should return [0, 16K) instead. */ in test_case_1()
[all …]
/kernel/linux/linux-5.10/drivers/media/common/b2c2/
Dflexcop-sram.c183 * 32K memory chip. If not, the data is read
203 * 32K memory chip. If not, the data is
285 return 32768; /* 32K */
287 return 65536; /* 64K */
289 return 131072; /* 128K */
290 return 32768; /* 32K */
293 /* FlexcopII can work with 32K, 64K or 128K of external SRAM memory.
294 - for 128K there are 4x32K chips at bank 0,1,2,3.
295 - for 64K there are 2x32K chips at bank 1,2.
296 - for 32K there is one 32K chip at bank 0.
[all …]
/kernel/linux/linux-4.19/drivers/media/common/b2c2/
Dflexcop-sram.c183 * 32K memory chip. If not, the data is read
203 * 32K memory chip. If not, the data is
285 return 32768; /* 32K */
287 return 65536; /* 64K */
289 return 131072; /* 128K */
290 return 32768; /* 32K */
293 /* FlexcopII can work with 32K, 64K or 128K of external SRAM memory.
294 - for 128K there are 4x32K chips at bank 0,1,2,3.
295 - for 64K there are 2x32K chips at bank 1,2.
296 - for 32K there is one 32K chip at bank 0.
[all …]
/kernel/linux/linux-4.19/include/linux/
Djhash.h14 * These are functions for producing 32-bit hashes for hash table lookup.
34 /* __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
78 /* All but the last block: affect some 32 bits of (a,b,c) */ in jhash()
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()
[all …]
/kernel/linux/linux-5.10/include/linux/
Djhash.h14 * These are functions for producing 32-bit hashes for hash table lookup.
34 /* __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
78 /* All but the last block: affect some 32 bits of (a,b,c) */ in jhash()
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()
[all …]
/kernel/linux/linux-4.19/tools/include/linux/
Djhash.h14 * These are functions for producing 32-bit hashes for hash table lookup.
34 /* __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
78 /* All but the last block: affect some 32 bits of (a,b,c) */ in jhash()
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()
[all …]
/kernel/linux/linux-5.10/tools/include/linux/
Djhash.h14 * These are functions for producing 32-bit hashes for hash table lookup.
34 /* __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
78 /* All but the last block: affect some 32 bits of (a,b,c) */ in jhash()
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()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Dkey.c130 const struct ath_keyval *k, in ath_hw_set_keycache_entry() argument
143 switch (k->kv_type) { in ath_hw_set_keycache_entry()
164 if (k->kv_len < WLAN_KEY_LEN_WEP40) { in ath_hw_set_keycache_entry()
166 k->kv_len); in ath_hw_set_keycache_entry()
169 if (k->kv_len <= WLAN_KEY_LEN_WEP40) in ath_hw_set_keycache_entry()
171 else if (k->kv_len <= WLAN_KEY_LEN_WEP104) in ath_hw_set_keycache_entry()
180 ath_err(common, "cipher %u not supported\n", k->kv_type); in ath_hw_set_keycache_entry()
184 key0 = get_unaligned_le32(k->kv_val + 0); in ath_hw_set_keycache_entry()
185 key1 = get_unaligned_le16(k->kv_val + 4); in ath_hw_set_keycache_entry()
186 key2 = get_unaligned_le32(k->kv_val + 6); in ath_hw_set_keycache_entry()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/
Dkey.c130 const struct ath_keyval *k, in ath_hw_set_keycache_entry() argument
143 switch (k->kv_type) { in ath_hw_set_keycache_entry()
164 if (k->kv_len < WLAN_KEY_LEN_WEP40) { in ath_hw_set_keycache_entry()
166 k->kv_len); in ath_hw_set_keycache_entry()
169 if (k->kv_len <= WLAN_KEY_LEN_WEP40) in ath_hw_set_keycache_entry()
171 else if (k->kv_len <= WLAN_KEY_LEN_WEP104) in ath_hw_set_keycache_entry()
180 ath_err(common, "cipher %u not supported\n", k->kv_type); in ath_hw_set_keycache_entry()
184 key0 = get_unaligned_le32(k->kv_val + 0); in ath_hw_set_keycache_entry()
185 key1 = get_unaligned_le16(k->kv_val + 4); in ath_hw_set_keycache_entry()
186 key2 = get_unaligned_le32(k->kv_val + 6); in ath_hw_set_keycache_entry()
[all …]
/kernel/linux/linux-4.19/drivers/irqchip/
Dirq-renesas-intc-irqpin.c48 * SENSE is read-write 32-bit with 2-bits or 4-bits per IRQ (*)
49 * PRIO is read-write 32-bit with 4-bits per IRQ (**)
50 * SOURCE is read-only 32-bit or 8-bit with 1-bit per IRQ (***)
51 * MASK is write-only 32-bit or 8-bit with 1-bit per IRQ (***)
52 * CLEAR is write-only 32-bit or 8-bit with 1-bit per IRQ (***)
160 /* The PRIO register is assumed to be 32-bit with fixed 4-bit fields. */ in intc_irqpin_mask_unmask_prio()
162 int shift = 32 - (irq + 1) * bitfield_width; in intc_irqpin_mask_unmask_prio()
171 /* The SENSE register is assumed to be 32-bit. */ in intc_irqpin_set_sense()
173 int shift = 32 - (irq + 1) * bitfield_width; in intc_irqpin_set_sense()
318 int k; in intc_irqpin_shared_irq_handler() local
[all …]
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-renesas-intc-irqpin.c36 * SENSE is read-write 32-bit with 2-bits or 4-bits per IRQ (*)
37 * PRIO is read-write 32-bit with 4-bits per IRQ (**)
38 * SOURCE is read-only 32-bit or 8-bit with 1-bit per IRQ (***)
39 * MASK is write-only 32-bit or 8-bit with 1-bit per IRQ (***)
40 * CLEAR is write-only 32-bit or 8-bit with 1-bit per IRQ (***)
147 /* The PRIO register is assumed to be 32-bit with fixed 4-bit fields. */ in intc_irqpin_mask_unmask_prio()
149 int shift = 32 - (irq + 1) * bitfield_width; in intc_irqpin_mask_unmask_prio()
158 /* The SENSE register is assumed to be 32-bit. */ in intc_irqpin_set_sense()
160 int shift = 32 - (irq + 1) * bitfield_width; in intc_irqpin_set_sense()
305 int k; in intc_irqpin_shared_irq_handler() local
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Dsha256-avx2-asm.S162 addl \disp(%rsp, SRND), h # h = k + w + h # --
176 add h, d # d = k + w + h + d # --
190 vpslld $(32-7), XTMP1, XTMP3
192 add y1, h # h = k + w + h + S0 # --
194 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
198 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
210 addl offset(%rsp, SRND), h # h = k + w + h # --
225 add h, d # d = k + w + h + d # --
227 vpslld $(32-18), XTMP1, XTMP1
244 add y1, h # h = k + w + h + S0 # --
[all …]
/kernel/linux/linux-4.19/arch/x86/crypto/
Dsha256-avx2-asm.S163 addl \disp(%rsp, SRND), h # h = k + w + h # --
177 add h, d # d = k + w + h + d # --
191 vpslld $(32-7), XTMP1, XTMP3
193 add y1, h # h = k + w + h + S0 # --
195 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
199 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
211 addl offset(%rsp, SRND), h # h = k + w + h # --
226 add h, d # d = k + w + h + d # --
228 vpslld $(32-18), XTMP1, XTMP1
245 add y1, h # h = k + w + h + S0 # --
[all …]
/kernel/linux/linux-4.19/arch/sparc/crypto/
Dcamellia_asm.S32 .align 32
36 ld [%o0 + 0x00], %f0 ! i0, k[0]
37 ld [%o0 + 0x04], %f1 ! i1, k[1]
38 ld [%o0 + 0x08], %f2 ! i2, k[2]
39 ld [%o0 + 0x0c], %f3 ! i3, k[3]
40 std %f0, [%o1 + 0x00] ! k[0, 1]
42 std %f2, [%o1 + 0x08] ! k[2, 3]
49 std %f0, [%o1 + 0x20] ! k[8, 9]
57 std %f2, [%o1 + 0x28] ! k[10, 11]
89 std %f0, [%o1 + 0x10] ! k[ 4, 5]
[all …]
/kernel/linux/linux-5.10/arch/sparc/crypto/
Dcamellia_asm.S32 .align 32
36 ld [%o0 + 0x00], %f0 ! i0, k[0]
37 ld [%o0 + 0x04], %f1 ! i1, k[1]
38 ld [%o0 + 0x08], %f2 ! i2, k[2]
39 ld [%o0 + 0x0c], %f3 ! i3, k[3]
40 std %f0, [%o1 + 0x00] ! k[0, 1]
42 std %f2, [%o1 + 0x08] ! k[2, 3]
49 std %f0, [%o1 + 0x20] ! k[8, 9]
57 std %f2, [%o1 + 0x28] ! k[10, 11]
89 std %f0, [%o1 + 0x10] ! k[ 4, 5]
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/opp/
Dallwinner,sun50i-h6-operating-points.yaml68 clock-latency-ns = <244144>; /* 8 32k periods */
77 clock-latency-ns = <244144>; /* 8 32k periods */
86 clock-latency-ns = <244144>; /* 8 32k periods */
95 clock-latency-ns = <244144>; /* 8 32k periods */
104 clock-latency-ns = <244144>; /* 8 32k periods */
113 clock-latency-ns = <244144>; /* 8 32k periods */
122 clock-latency-ns = <244144>; /* 8 32k periods */
/kernel/linux/linux-4.19/arch/m68k/include/uapi/asm/
Dbootinfo-hp300.h25 #define HP_320 0 /* 16MHz 68020+HP MMU+16K external cache */
28 #define HP_345 3 /* 50MHz 68030+32K external cache */
29 #define HP_350 4 /* 25MHz 68020+HP MMU+32K external cache */
31 #define HP_370 6 /* 33MHz 68030+64K external cache */
32 #define HP_375 7 /* 50MHz 68030+32K external cache */
36 #define HP_400 10 /* 50MHz 68030+32K external cache */
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
Dbootinfo-hp300.h25 #define HP_320 0 /* 16MHz 68020+HP MMU+16K external cache */
28 #define HP_345 3 /* 50MHz 68030+32K external cache */
29 #define HP_350 4 /* 25MHz 68020+HP MMU+32K external cache */
31 #define HP_370 6 /* 33MHz 68030+64K external cache */
32 #define HP_375 7 /* 50MHz 68030+32K external cache */
36 #define HP_400 10 /* 50MHz 68030+32K external cache */
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
Dia_css_s3a.host.c145 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_ae_dump()
147 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_ae_dump()
149 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_ae_dump()
158 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_awb_dump()
160 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_awb_dump()
162 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_awb_dump()
171 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_af_dump()
173 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_af_dump()
175 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_af_dump()
177 ia_css_debug_dtrace(level, "\t%-32s = %d\n", in ia_css_af_dump()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/
Dallowedips.c32 if (bits == 32) { in print_node()
112 if (cidr % 32) in horrible_cidr_to_mask()
113 mask.all[cidr / 32] = (__force u32)htonl( in horrible_cidr_to_mask()
114 (0xFFFFFFFFUL << (32 - (cidr % 32))) & 0xFFFFFFFFUL); in horrible_cidr_to_mask()
256 unsigned int i, j, k, mutate_amount, cidr; in randomized_test() local
288 cidr = prandom_u32_max(32) + 1; in randomized_test()
303 mutate_amount = prandom_u32_max(32); in randomized_test()
304 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test()
305 mutate_mask[k] = 0xff; in randomized_test()
306 mutate_mask[k] = 0xff in randomized_test()
[all …]
/kernel/linux/linux-4.19/crypto/
Dwp512.c31 #define WP256_DIGEST_SIZE 32
34 #define WP512_LENGTHBYTES 32
784 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()
[all …]

12345678910>>...54