/Linux-v6.1/Documentation/admin-guide/media/ |
D | dvb_intro.rst | 133 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-v6.1/net/ceph/ |
D | ceph_hash.c | 13 b = b - c; b = b - a; b = b ^ (a << 8); \ 25 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() [all …]
|
/Linux-v6.1/fs/btrfs/tests/ |
D | extent-map-tests.c | 43 * extent [0, 16K), followed by another file extent [16K, 20K), two dio reads 44 * are entering btrfs_get_extent() concurrently, t1 is reading [8K, 16K), t2 is 45 * reading [0, 8K) 50 * -> add_extent_mapping(0, 16K) 52 * ->add_extent_mapping(0, 16K) 69 /* Add [0, 16K) */ in test_case_1() 78 test_err("cannot add extent range [0, 16K)"); in test_case_1() 83 /* Add [16K, 20K) following [0, 16K) */ in test_case_1() 99 test_err("cannot add extent range [16K, 20K)"); in test_case_1() 111 /* Add [0, 8K), should return [0, 16K) instead. */ in test_case_1() [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_jhash.h | 16 c -= b; c ^= rol32(b, 8); b += a; \ 39 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() [all …]
|
/Linux-v6.1/lib/raid6/ |
D | mktables.c | 55 int i, j, k; in main() local 68 for (j = 0; j < 256; j += 8) { in main() 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() 87 for (j = 0; j < 16; j += 8) { 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() 93 for (j = 0; j < 16; j += 8) { in main() [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | keyboard.h | 16 #define KG_CAPSSHIFT 8 37 #define KT_META 8 45 #define K(t,v) (((t)<<8)|(v)) macro 46 #define KTYP(x) ((x) >> 8) 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-v6.1/drivers/block/paride/ |
D | epia.c | 2 epia.c (c) 1997-8 Grant R. Guenther <grant@torque.net> 32 /* mode codes: 0 nybble reads on port 1, 8-bit writes 33 1 5/3 reads on ports 1 & 2, 8-bit writes 34 2 8-bit reads and writes 35 3 8-bit EPP mode 124 WR(0x86,8); in epia_connect() 138 { int k, ph, a, b; in epia_read_block() local 144 for (k=0;k<count;k++) { in epia_read_block() 147 buf[k] = j44(a,b); in epia_read_block() 156 for (k=0;k<count;k++) { in epia_read_block() [all …]
|
D | on26.c | 2 on26.c (c) 1997-8 Grant R. Guenther <grant@torque.net> 31 /* mode codes: 0 nybble reads, 8-bit writes 32 1 8-bit reads and writes 33 2 8-bit EPP mode 110 x = 8; if (pi->mode) x = 9; in on26_connect() 112 w0(2); P1; w0(8); P2; in on26_connect() 154 w0(2); P1; w0(8); P2; udelay(100); in on26_test_port() 156 w0(2); P1; w0(8); P2; udelay(1000); in on26_test_port() 188 { int k, a, b; in on26_read_block() local 194 for (k=0;k<count;k++) { in on26_read_block() [all …]
|
D | kbic.c | 2 kbic.c (c) 1997-8 Grant R. Guenther <grant@torque.net> 53 case 0: w0(regr|0x18|s); w2(4); w2(6); w2(4); w2(1); w0(8); in kbic_read_regr() 57 case 1: w0(regr|0x38|s); w2(4); w2(6); w2(4); w2(5); w0(8); in kbic_read_regr() 136 { int k, a, b; in kbic_read_block() local 141 for (k=0;k<count/2;k++) { in kbic_read_block() 142 w2(1); w0(8); a = r1(); in kbic_read_block() 144 buf[2*k] = j44(a,b); in kbic_read_block() 146 w0(8); a = r1(); 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() [all …]
|
D | dstr.c | 2 dstr.c (c) 1997-8 Grant R. Guenther <grant@torque.net> 28 /* mode codes: 0 nybble reads, 8-bit writes 29 1 8-bit reads and writes 30 2 8-bit EPP mode 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 …]
|
/Linux-v6.1/crypto/ |
D | serpent_generic.c | 25 ({ 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]; \ 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]; \ 54 x0 ^= k[4*i+0]; x1 ^= k[4*i+1]; x2 ^= k[4*i+2]; \ [all …]
|
D | wp512.c | 43 u64 hash[WP512_DIGEST_SIZE/8]; 784 u64 K[8]; /* the round key */ in wp512_process_buffer() local 785 u64 block[8]; /* mu(buffer) */ in wp512_process_buffer() 786 u64 state[8]; /* the cipher state */ in wp512_process_buffer() 787 u64 L[8]; in wp512_process_buffer() 790 for (i = 0; i < 8; i++) in wp512_process_buffer() 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() [all …]
|
/Linux-v6.1/drivers/media/platform/verisilicon/ |
D | hantro_vp8.c | 30 u8 prob_coeffs[4][8][3][V4L2_VP8_COEFF_PROB_CNT]; 36 * reference RFC6386#Page-16, filters[8][6] 38 const u32 hantro_vp8_dec_mc_filter[8][6] = { 41 { 2, -11, 108, 36, -8, 1 }, 45 { 1, -8, 36, 108, -11, 2 }, 53 u32 i, j, k; in hantro_vp8_prob_update() local 68 dst += 8; in hantro_vp8_prob_update() 79 dst += 8; in hantro_vp8_prob_update() 84 dst[4] = entropy->mv_probs[0][8 + 9]; in hantro_vp8_prob_update() 86 dst[6] = entropy->mv_probs[1][8 + 9]; in hantro_vp8_prob_update() [all …]
|
/Linux-v6.1/include/linux/ |
D | jhash.h | 39 c -= b; c ^= rol32(b, 8); b += a; \ 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() 91 case 10: c += (u32)k[9]<<8; fallthrough; in jhash() [all …]
|
/Linux-v6.1/tools/include/linux/ |
D | jhash.h | 39 c -= b; c ^= rol32(b, 8); b += a; \ 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() 92 case 10: c += (u32)k[9]<<8; in jhash() [all …]
|
/Linux-v6.1/arch/sparc/crypto/ |
D | camellia_asm.S | 12 CAMELLIA_F(KEY_BASE + 8, I1, I0, I1) \ 22 .align 8 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] [all …]
|
/Linux-v6.1/drivers/base/ |
D | node.c | 369 #define K(x) ((x) << (PAGE_SHIFT - 10)) macro 387 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo() 388 "Node %d MemFree: %8lu kB\n" in node_read_meminfo() 389 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo() 390 "Node %d SwapCached: %8lu kB\n" in node_read_meminfo() 391 "Node %d Active: %8lu kB\n" in node_read_meminfo() 392 "Node %d Inactive: %8lu kB\n" in node_read_meminfo() 393 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo() 394 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo() 395 "Node %d Active(file): %8lu kB\n" in node_read_meminfo() [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h5-cpu-opp.dtsi | 12 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 */
|
D | sun50i-a64-cpu-opp.dtsi | 14 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 */
|
D | sun50i-h6-cpu-opp.dtsi | 12 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 */
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | police.json | 17 "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", 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 … 234 …"cmdUnderTest": "$TC actions add action police rate 3mbit burst 250k conform-exceed pass/reclassif… [all …]
|
/Linux-v6.1/drivers/md/bcache/ |
D | bcache_ondisk.h | 12 static inline __u64 name(const type *k) \ 13 { return (k->field >> offset) & ~(~0ULL << size); } \ 15 static inline void SET_##name(type *k, __u64 v) \ 17 k->field &= ~(~(~0ULL << size) << offset); \ 18 k->field |= (v & ~(~0ULL << size)) << offset; \ 33 static inline __u64 name(const struct bkey *k, unsigned int i) \ 34 { return (k->ptr[i] >> offset) & ~(~0ULL << size); } \ 36 static inline void SET_##name(struct bkey *k, unsigned int i, __u64 v) \ 38 k->ptr[i] &= ~(~(~0ULL << size) << offset); \ 39 k->ptr[i] |= (v & ~(~0ULL << size)) << offset; \ [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/rtc/ |
D | armada-380-rtc.txt | 1 * 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-v6.1/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.h | 15 #define MAX_RCV_QUEUES_PER_QS 8 17 #define MAX_SND_QUEUES_PER_QS 8 18 #define MAX_CMP_QUEUES_PER_QS 8 22 #define NICVF_INTR_ID_SQ 8 34 #define RBDR_SIZE0 0ULL /* 8K entries */ 35 #define RBDR_SIZE1 1ULL /* 16K entries */ 36 #define RBDR_SIZE2 2ULL /* 32K entries */ 37 #define RBDR_SIZE3 3ULL /* 64K entries */ 38 #define RBDR_SIZE4 4ULL /* 126K entries */ 39 #define RBDR_SIZE5 5ULL /* 256K entries */ [all …]
|
/Linux-v6.1/drivers/input/joystick/ |
D | tmdc.c | 34 #define TMDC_MODE_FM 8 46 static const unsigned char tmdc_byte_d[16] = { 2, 5, 8, 9 }; 84 { 3, "ThrustMaster Rage 3D Gamepad", 2, 0, { 8, 2 }, { 0, 0 }, tmdc_abs, tmdc_btn_pad }, 86 { 8, "ThrustMaster FragMaster", 4, 0, { 8, 2 }, { 0, 0 }, tmdc_abs_fm, tmdc_btn_fm }, 87 { 163, "Thrustmaster Fusion GamePad", 2, 0, { 8, 2 }, { 0, 0 }, tmdc_abs, tmdc_btn_pad }, 131 int i[2], j[2], t[2], p, k; in tmdc_read_packet() local 135 for (k = 0; k < 2; k++) { in tmdc_read_packet() 136 t[k] = gameport_time(gameport, TMDC_MAX_START); in tmdc_read_packet() 137 i[k] = j[k] = 0; in tmdc_read_packet() 149 for (k = 0, v = w, u = x; k < 2; k++, v >>= 2, u >>= 2) { in tmdc_read_packet() [all …]
|