| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/ |
| D | trivial-devices.txt | 76 mcube,mc3230 mCube 3-axis 8-bit digital accelerometer 77 memsic,mxc6225 MEMSIC 2-axis 8-bit digital accelerometer 78 microchip,mcp4017-502 Microchip 7-bit Single I2C Digital POT (5k) 79 microchip,mcp4017-103 Microchip 7-bit Single I2C Digital POT (10k) 80 microchip,mcp4017-503 Microchip 7-bit Single I2C Digital POT (50k) 81 microchip,mcp4017-104 Microchip 7-bit Single I2C Digital POT (100k) 82 microchip,mcp4018-502 Microchip 7-bit Single I2C Digital POT (5k) 83 microchip,mcp4018-103 Microchip 7-bit Single I2C Digital POT (10k) 84 microchip,mcp4018-503 Microchip 7-bit Single I2C Digital POT (50k) 85 microchip,mcp4018-104 Microchip 7-bit Single I2C Digital POT (100k) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
| D | trivial-devices.yaml | 111 # 10-bit 8 channels 300ks/s SPI ADC with temperature sensor 117 # 12-bit 8 channels 300ks/s SPI ADC with temperature sensor 131 # mCube 3-axis 8-bit digital accelerometer 133 # MEMSIC 2-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) 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) [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/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 …]
|
| /kernel/linux/linux-4.19/fs/btrfs/tests/ |
| D | extent-map-tests.c | 38 * 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/ |
| D | extent-map-tests.c | 41 * 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/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 …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | keyboard.h | 18 #define KG_CAPSSHIFT 8 33 #define KT_META 8 39 #define K(t,v) (((t)<<8)|(v)) macro 40 #define KTYP(x) ((x) >> 8) 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) [all …]
|
| D | bcache.h | 10 static inline __u64 name(const type *k) \ 11 { return (k->field >> offset) & ~(~0ULL << size); } \ 13 static inline void SET_##name(type *k, __u64 v) \ 15 k->field &= ~(~(~0ULL << size) << offset); \ 16 k->field |= (v & ~(~0ULL << size)) << offset; \ 26 static inline __u64 name(const struct bkey *k, unsigned int i) \ 27 { return (k->ptr[i] >> offset) & ~(~0ULL << size); } \ 29 static inline void SET_##name(struct bkey *k, unsigned int i, __u64 v) \ 31 k->ptr[i] &= ~(~(~0ULL << size) << offset); \ 32 k->ptr[i] |= (v & ~(~0ULL << size)) << offset; \ [all …]
|
| /kernel/linux/linux-4.19/lib/raid6/ |
| D | mktables.c | 58 int i, j, k; in main() local 71 for (j = 0; j < 256; j += 8) { in main() 73 for (k = 0; k < 8; k++) in main() 74 printf("0x%02x,%c", gfmul(i, j + k), in main() 75 (k == 7) ? '\n' : ' '); in main() 90 for (j = 0; j < 16; j += 8) { in main() 92 for (k = 0; k < 8; k++) in main() 93 printf("0x%02x,%c", gfmul(i, j + k), in main() 94 (k == 7) ? '\n' : ' '); in main() 96 for (j = 0; j < 16; j += 8) { in main() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | keyboard.h | 16 #define KG_CAPSSHIFT 8 38 #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 …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | keyboard.h | 16 #define KG_CAPSSHIFT 8 38 #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 …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | keyboard.h | 31 #define KG_CAPSSHIFT 8 46 #define KT_META 8 52 #define K(t,v) (((t) << 8) | (v)) macro 53 #define KTYP(x) ((x) >> 8) 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) [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/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 …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
| D | hantro_vp8.c | 30 u8 prob_coeffs[4][8][3][11]; 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 …]
|
| /kernel/linux/linux-4.19/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; /* fall through */ in jhash() 90 case 11: c += (u32)k[10]<<16; /* fall through */ in jhash() 91 case 10: c += (u32)k[9]<<8; /* fall through */ in jhash() [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-4.19/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 …]
|