Home
last modified time | relevance | path

Searched +full:0 +full:- +full:128 (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_s302m.c1 // SPDX-License-Identifier: GPL-2.0
22 #include <linux/fixp-arith.h>
38 #define PES_PRIVATE_STREAM_1 0xbd /* PES: private_stream_1 */
52 0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0,
53 0x30, 0xB0, 0x70, 0xF0, 0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8,
54 0x18, 0x98, 0x58, 0xD8, 0x38, 0xB8, 0x78, 0xF8, 0x04, 0x84, 0x44, 0xC4,
55 0x24, 0xA4, 0x64, 0xE4, 0x14, 0x94, 0x54, 0xD4, 0x34, 0xB4, 0x74, 0xF4,
56 0x0C, 0x8C, 0x4C, 0xCC, 0x2C, 0xAC, 0x6C, 0xEC, 0x1C, 0x9C, 0x5C, 0xDC,
57 0x3C, 0xBC, 0x7C, 0xFC, 0x02, 0x82, 0x42, 0xC2, 0x22, 0xA2, 0x62, 0xE2,
58 0x12, 0x92, 0x52, 0xD2, 0x32, 0xB2, 0x72, 0xF2, 0x0A, 0x8A, 0x4A, 0xCA,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-ic-csc.c1 // SPDX-License-Identifier: GPL-2.0+
11 #include "ipu-prv.h"
15 (q) == V4L2_QUANTIZATION_DEFAULT ? 0 : 1)
20 { 128, 0, 0, },
21 { 0, 128, 0, },
22 { 0, 0, 128, },
24 .offset = { 0, 0, 0, },
29 * RGB full-range to RGB limited-range
37 { 220, 0, 0, },
38 { 0, 220, 0, },
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dhead_64.S1 /* SPDX-License-Identifier: GPL-2.0 */
39 * 0x0000000000404000 to 0x0000000000408000.
47 ! 0x0000000000404000
64 * 0x0300 : Supports being located at other than 0x4000
65 * 0x0202 : Supports kernel params string
66 * 0x0201 : Supports reboot_command
68 .half 0x0301 /* HdrS version */
73 .half 0
75 .half 0
77 .word 0
[all …]
Dtrampoline_64.S1 /* SPDX-License-Identifier: GPL-2.0 */
27 .asciz "call-method"
30 .asciz "SUNW,itlb-load"
33 .asciz "SUNW,dtlb-load"
85 sethi %hi(0x80000000), %g5
101 sethi %hi(0x80000000), %g2
103 wr %g2, 0, %tick_cmpr
125 * %l5: Loop iterator, iterates from 0 to 'num_kernel_image_mappings'
143 /* Lock into I-MMU */
146 stx %g2, [%sp + 2047 + 128 + 0x00]
[all …]
/kernel/linux/linux-4.19/arch/sparc/kernel/
Dhead_64.S1 /* SPDX-License-Identifier: GPL-2.0 */
39 * 0x0000000000404000 to 0x0000000000408000.
47 ! 0x0000000000404000
64 * 0x0300 : Supports being located at other than 0x4000
65 * 0x0202 : Supports kernel params string
66 * 0x0201 : Supports reboot_command
68 .half 0x0301 /* HdrS version */
73 .half 0
75 .half 0
77 .word 0
[all …]
Dtrampoline_64.S1 /* SPDX-License-Identifier: GPL-2.0 */
27 .asciz "call-method"
30 .asciz "SUNW,itlb-load"
33 .asciz "SUNW,dtlb-load"
85 sethi %hi(0x80000000), %g5
101 sethi %hi(0x80000000), %g2
103 wr %g2, 0, %tick_cmpr
125 * %l5: Loop iterator, iterates from 0 to 'num_kernel_image_mappings'
143 /* Lock into I-MMU */
146 stx %g2, [%sp + 2047 + 128 + 0x00]
[all …]
/kernel/linux/linux-5.10/drivers/input/misc/
Dyealink.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 u8 size; /* 1-11, size of used data bytes. */
28 * cmd 0x8e
30 * offset 0
31 * data 0,0,0,0....
33 #define CMD_INIT 0x8e
37 * cmd 0x80
39 * offset 0
40 * data[0] on return returns the key number, if it changes there's a new
43 #define CMD_KEYPRESS 0x80
[all …]
/kernel/linux/linux-5.10/arch/arm/crypto/
Dcurve25519-core.S1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
13 .arch armv7-a
18 push {r4-r11, lr}
21 and r3, r3, #0xfffffff0
23 movw r4, #0
31 vst1.8 {d2-d3}, [r6, : 128]!
32 vst1.8 {d0-d1}, [r6, : 128]!
33 vst1.8 {d4-d5}, [r6, : 128]
34 add r6, r3, #0
[all …]
Dcrct10dif-ce-core.S2 // Accelerated CRC-T10DIF using ARM NEON and Crypto Extensions instructions
14 // Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions
62 // /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
75 .arch armv8-a
76 .fpu crypto-neon-fp-armv8
118 vld1.64 {q11-q12}, [buf]!
141 vld1.64 {FOLD_CONSTS}, [fold_consts_ptr, :128]!
159 // For sizes less than 256 bytes, we can't fold 128 bytes at a time.
165 // Load the first 128 data bytes. Byte swapping is necessary to make
167 vld1.64 {q0-q1}, [buf]!
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dnand_ids.c1 // SPDX-License-Identifier: GPL-2.0-only
10 #define LP_OPTIONS 0
20 * If page size and eraseblock size are 0, the sizes are taken from the
29 {"TC58NVG0S3E 1G 3.3V 8-bit",
30 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} },
31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), },
32 {"TC58NVG2S0F 4G 3.3V 8-bit",
33 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} },
34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) },
35 {"TC58NVG2S0H 4G 3.3V 8-bit",
[all …]
/kernel/linux/linux-4.19/drivers/input/misc/
Dyealink.h19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30 u8 size; /* 1-11, size of used data bytes. */
42 * cmd 0x8e
44 * offset 0
45 * data 0,0,0,0....
47 #define CMD_INIT 0x8e
51 * cmd 0x80
53 * offset 0
54 * data[0] on return returns the key number, if it changes there's a new
57 #define CMD_KEYPRESS 0x80
[all …]
/kernel/linux/linux-4.19/drivers/mtd/nand/raw/
Dnand_ids.c12 #define LP_OPTIONS 0
22 * If page size and eraseblock size are 0, the sizes are taken from the
31 {"TC58NVG0S3E 1G 3.3V 8-bit",
32 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} },
33 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512),
35 {"TC58NVG2S0F 4G 3.3V 8-bit",
36 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} },
37 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) },
38 {"TC58NVG2S0H 4G 3.3V 8-bit",
39 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x16, 0x08, 0x00} },
[all …]
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_algo.c1 // SPDX-License-Identifier: GPL-2.0-or-later
42 .sadb_alg_minbits = 128,
61 .sadb_alg_minbits = 128,
71 .icv_truncbits = 128,
80 .sadb_alg_minbits = 128,
99 .sadb_alg_minbits = 128,
118 .sadb_alg_minbits = 128,
128 .icv_truncbits = 128,
137 .sadb_alg_minbits = 128,
147 .icv_truncbits = 128,
[all …]
/kernel/linux/linux-4.19/net/xfrm/
Dxfrm_algo.c46 .sadb_alg_minbits = 128,
65 .sadb_alg_minbits = 128,
75 .icv_truncbits = 128,
84 .sadb_alg_minbits = 128,
103 .sadb_alg_minbits = 128,
122 .sadb_alg_minbits = 128,
132 .icv_truncbits = 128,
141 .sadb_alg_minbits = 128,
151 .icv_truncbits = 128,
160 .sadb_alg_minbits = 128,
[all …]
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dfree-space-tests.c1 // SPDX-License-Identifier: GPL-2.0
7 #include "btrfs-tests.h"
9 #include "../disk-io.h"
10 #include "../free-space-cache.h"
11 #include "../block-group.h"
22 int ret = 0; in test_extents()
27 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
33 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_extents()
39 if (test_check_exists(cache, 0, SZ_4M)) { in test_extents()
41 return -1; in test_extents()
[all …]
/kernel/linux/linux-4.19/fs/btrfs/tests/
Dfree-space-tests.c1 // SPDX-License-Identifier: GPL-2.0
7 #include "btrfs-tests.h"
9 #include "../disk-io.h"
10 #include "../free-space-cache.h"
21 int ret = 0; in test_extents()
26 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
32 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_extents()
38 if (test_check_exists(cache, 0, SZ_4M)) { in test_extents()
40 return -1; in test_extents()
44 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
[all …]
/kernel/linux/linux-5.10/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S2 # Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions
50 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
73 pclmulqdq $0x00, FOLD_CONSTS, \reg1
74 pclmulqdq $0x11, FOLD_CONSTS, %xmm8
75 pclmulqdq $0x00, FOLD_CONSTS, \reg2
76 pclmulqdq $0x11, FOLD_CONSTS, %xmm13
86 pclmulqdq $0x11, FOLD_CONSTS, \src_reg
87 pclmulqdq $0x00, FOLD_CONSTS, %xmm8
102 # For sizes less than 256 bytes, we can't fold 128 bytes at a time.
106 # Load the first 128 data bytes. Byte swapping is necessary to make the
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dhelper_access_var_len.c5 BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -64),
6 BPF_MOV64_IMM(BPF_REG_0, 0),
7 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -64),
8 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -56),
9 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -48),
10 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -40),
11 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -32),
12 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -24),
13 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -16),
14 BPF_STX_MEM(BPF_DW, BPF_REG_10, BPF_REG_0, -8),
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_lwt_ip_encap.sh2 # SPDX-License-Identifier: GPL-2.0
7 # veth1 <---> veth2 veth3 <---> veth4 (the top route)
8 # veth5 <---> veth6 veth7 <---> veth8 (the bottom route)
26 # 1. routes NS2->IPv*_DST are brought down, so the only way a ping
32 # ping: SRC->[encap at veth1:egress]->GRE:decap->DST
33 # ping replies go DST->SRC directly
38 # ping: SRC->[encap at veth2:ingress]->GRE:decap->DST
39 # ping replies go DST->SRC directly
41 if [[ $EUID -ne 0 ]]; then
47 readonly NS1="ns1-$(mktemp -u XXXXXX)"
[all …]
/kernel/linux/linux-4.19/Documentation/device-mapper/
Ddm-service-time.txt1 dm-service-time
4 dm-service-time is a path selector module for device-mapper targets,
9 of in-flight I/Os on a path with the performance value of the path.
11 in a path-group, and it can be specified as a table argument.
13 The path selector name is 'service-time'.
21 among all paths in the path-group.
22 The valid range is 0-100.
24 If '0' is given, the path isn't selected while
27 Status for each path: <status> <fail-count> <in-flight-size> \
30 <fail-count>: The number of path failures.
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-service-time.rst2 dm-service-time
5 dm-service-time is a path selector module for device-mapper targets,
10 of in-flight I/Os on a path with the performance value of the path.
12 in a path-group, and it can be specified as a table argument.
14 The path selector name is 'service-time'.
26 among all paths in the path-group.
27 The valid range is 0-100.
29 If '0' is given, the path isn't selected while
34 <status> <fail-count> <in-flight-size> <relative_throughput>
37 <fail-count>:
[all …]
/kernel/linux/linux-4.19/drivers/s390/crypto/
Dzcrypt_cex2a.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * zcrypt 2.1.0
21 * Note that all unsigned char arrays are right-justified and left-padded
28 unsigned char msg_type_code; /* 0x50 */
35 #define TYPE50_TYPE_CODE 0x50
37 #define TYPE50_MEB1_FMT 0x0001
38 #define TYPE50_MEB2_FMT 0x0002
39 #define TYPE50_MEB3_FMT 0x0003
40 #define TYPE50_CRB1_FMT 0x0011
41 #define TYPE50_CRB2_FMT 0x0012
[all …]
/kernel/linux/linux-5.10/drivers/s390/crypto/
Dzcrypt_cex2a.h1 /* SPDX-License-Identifier: GPL-2.0+ */
19 * Note that all unsigned char arrays are right-justified and left-padded
26 unsigned char msg_type_code; /* 0x50 */
33 #define TYPE50_TYPE_CODE 0x50
35 #define TYPE50_MEB1_FMT 0x0001
36 #define TYPE50_MEB2_FMT 0x0002
37 #define TYPE50_MEB3_FMT 0x0003
38 #define TYPE50_CRB1_FMT 0x0011
39 #define TYPE50_CRB2_FMT 0x0012
40 #define TYPE50_CRB3_FMT 0x0013
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_dbg.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2003-2014 QLogic Corporation
32 __be16 risc_ram[0xf800];
33 __be16 stack_ram[0x1000];
54 __be16 risc_ram[0xf000];
63 __be32 xseq_gp_reg[128];
66 __be32 rseq_gp_reg[128];
82 __be32 risc_gp_reg[128];
86 __be32 code_ram[0x2000];
98 __be32 xseq_gp_reg[128];
[all …]
/kernel/linux/linux-5.10/lib/
Dtest-kstrtox.c6 for (i = 0; i < ARRAY_SIZE(test); i++)
35 tmp = 0; \
36 rv = fn(t->str, t->base, &tmp); \
37 if (rv >= 0) { \
38 WARN(1, "str '%s', base %u, expected -E, got %d/" fmt "\n", \
39 t->str, t->base, rv, tmp); \
50 const typeof(test[0]) *t = &test[i]; \
54 rv = fn(t->str, t->base, &res); \
55 if (rv != 0) { \
56 WARN(1, "str '%s', base %u, expected 0/" fmt ", got %d\n", \
[all …]

12345678910>>...45