Home
last modified time | relevance | path

Searched +full:3 +full:- +full:31 (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/linux/arch/powerpc/lib/
H A Dfeature-fixups-test.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 #include <asm/feature-fixups.h>
9 #include <asm/asm-compat.h>
10 #include <asm/ppc-opcode.h>
21 or 3,3,3
28 or 3,3,3
33 or 3,3,3
38 or 3,3,3
45 or 3,3,3
48 or 31,31,31
[all …]
/linux/lib/crypto/powerpc/
H A Dpoly1305-p10le_64.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 # Copyright 2023- IBM Corp. All rights reserved
10 # Poly1305 - this version mainly using vector/VSX/Scalar
11 # - 26 bits limbs
12 # - Handle multiple 64 byte blcok.
17 # p = 2^130 - 5
25 # 07/22/21 - this revison based on the above sum of products. Setup r^4, r^3, r^2, r and s3, s2, …
28 # setup r^4, r^3, r^2, r vectors
29 # vs [r^1, r^3, r^2, r^4]
56 #include <asm/asm-offsets.h>
[all …]
H A Dchacha-p10le-8x.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 # Copyright 2023- IBM Corp. All rights reserved
13 # 3. a += b; d ^= a; d <<<= 8;
40 #include <asm/asm-offsets.h>
41 #include <asm/asm-compat.h>
78 stdu 1,-752(1)
97 SAVE_GPR 31, 248, 1
111 SAVE_VRS 31, 176, 9
130 SAVE_VSX 31, 464, 9
146 RESTORE_VRS 31, 176, 9
[all …]
H A Dcurve25519-ppc64le_asm.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 # [1] https://github.com/dot-asm/cryptogams/
11 # Copyright (c) 2006-2017, CRYPTOGAMS by <appro@openssl.org>
58 # - Added x25519_fe51_sqr_times, x25519_fe51_frombytes, x25519_fe51_tobytes
61 # Copyright 2024- IBM Corp.
63 # X25519 lower-level primitives for PPC64.
73 stdu 1,-144(1)
84 std 31,136(1)
100 mulhdu 31,11,6
124 adde 31,31,21
[all …]
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv1 # SPDX-License-Identifier: CC0-1.0
2 # Generator: x86-cpuid-db v2.4
5 # Auto-generated file.
6 # Please submit all updates and bugfixes to https://x86-cpuid.org
15 0x0, 0, eax, 31:0, max_std_leaf , Highest standard CPUID leaf supported
16 0x0, 0, ebx, 31:0, cpu_vendorid_0 , CPU vendor ID string bytes 0 -
[all...]
/linux/arch/alpha/include/asm/
H A Dxor.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * include/asm-alpha/xor.h
5 * Optimized RAID-5 checksumming functions for alpha EV5 and EV6
48 .align 3 \n\
58 ldq $3,8($18) \n\
76 xor $2,$3,$2 \n\
103 .align 3 \n\
109 3: \n\
113 ldq $3,8($17) \n\
131 xor $3,$4,$4 # 6 cycles from $4 load \n\
[all …]
/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-hw.h1 /* SPDX-License-Identifier: GPL-2.0 */
247 #define THC_CFG_DID_VID_DID GENMASK(31, 16)
252 #define THC_CFG_STS_CMD_SPCYC BIT(3)
269 #define THC_CFG_STS_CMD_DPE BIT(31)
274 #define THC_CFG_CC_RID_BCC GENMASK(31, 24)
283 #define THC_CFG_BAR0_LOW_PREFETCH BIT(3)
285 #define THC_CFG_BAR0_LOW_MEMBAR GENMASK(31, 15)
286 #define THC_CFG_BAR0_HI_MEMBAR GENMASK(31, 0)
289 #define THC_CFG_SID_SVID_SSID GENMASK(31, 16)
307 #define THC_CFG_MSIMA_MADDR GENMASK(31, 2)
[all …]
/linux/arch/arm64/tools/
H A Dsysreg1 # SPDX-License-Identifier: GPL-2.0-only
52 # NI - Not implemented
53 # IMP - Implemented
61 Field 31:0 DTRRX
65 Res0 63:31
77 Field 31 TFO
99 Sysreg OSDTRTX_EL1 2 0 0 3 2
101 Field 31:0 DTRTX
107 Res0 3:0
112 Field 31:0 OPCODE
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
20 KERNEL_MODULE = base.KernelModule("hid-multitouch", "hid_multitouch")
31 "SLOT_IS_CONTACTNUMBER": BIT(3),
224 elif value == 3:
310 Unit Exponent (-1)
335 Unit Exponent (-4)
378 Unit Exponent (-1)
397 Unit Exponent (-4)
442 Unit Exponent (-1)
[all …]
H A Dtest_tablet.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
44 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
67 def from_evdev(cls, evdev, test_button) -> "PenState":
100 ) -> "PenState":
147 def valid_transitions(self) -> Tuple["PenState", ...]:
207 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]:
209 for skipping the in-range state, due to historical reasons.
272 def legal_transitions() -> Dict[str, Tuple["PenState", ...]]:
274 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity.
[all …]
/linux/arch/alpha/lib/
H A Dmemset.S1 /* SPDX-License-Identifier: GPL-2.0 */
10 * This routine is "moral-ware": you are free to use it any way you wish, and
35 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
36 sll $17,16,$1 /* E1 (p-c latency, next cycle) */
38 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
39 sll $17,32,$1 /* E1 (p-c latency, next cycle) */
40 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */
41 ldq_u $31,0($30) /* .. E1 */
51 beq $1,within_one_quad /* .. E1 (note EV5 zero-latency forwarding) */
52 and $16,7,$3 /* E0 */
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgt.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _v4l2-meta-fmt-vsp1-hgt:
9 Renesas R-Car VSP1 2-D Histogram Data
15 This format describes histogram data generated by the Renesas R-Car VSP1
16 2-D Histogram (HGT) engine.
28 The Saturation position **n** (0 - 31) of the bucket in the matrix is
33 The Hue position **m** (0 - 5) of the bucket in the matrix depends on
43 Area 0 Area 1 Area 2 Area 3 Area 4 Area 5
50 5U 0L 0U 1L 1U 2L 2U 3L 3U 4L 4U 5L 5U 0L
72 0L <= 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U
[all …]
/linux/arch/parisc/math-emu/
H A Dfloat.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
5 * Floating-point emulation code
6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
26 PA header file -- do not include this header file for non-PA builds.
40 * Declare the basic structures for the 3 different
41 * floating-point precisions.
44 * +-------+-------+-------+-------+-------+-------+-------+-------+
46 * +-------+-------+-------+-------+-------+-------+-------+-------+
56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object)
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d_table.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
948 {0, 0, 0, 0, 3, 30, },
949 {2, 0, 0, 0, 3, 30, },
950 {1, 0, 0, 0, 3, 30, },
985 {2, 0, 0, 1, 1, 31, },
986 {1, 0, 0, 1, 1, 31, },
988 {2, 0, 0, 1, 2, 31, },
989 {1, 0, 0, 1, 2, 31, },
990 {0, 0, 0, 1, 3, 30, },
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2012-2016,2018-2019, The Linux Foundation. All rights reserved.
33 #define WIL_RX_EDMA_ERROR_REPLAY (3)
57 #define WIL_EDMA_DESC_TX_CFG_TSO_DESC_TYPE_POS 3
75 /* Enhanced Rx descriptor - MAC part
79 * [dword 3]
81 * bit 16..31 : Reserved
84 u32 d[3];
89 /* Enhanced Rx descriptor - DMA part
90 * [dword 0] - Reserved
[all …]
/linux/drivers/net/ipa/reg/
H A Dipa_reg-v3.1.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Copyright (C) 2022-2024 Linaro Ltd. */
16 [GEN_QMB_1_SNOC_BYPASS_DIS] = BIT(3),
18 /* Bits 5-31 reserved */
27 [CLKON_MISC] = BIT(3),
41 /* Bits 17-31 reserved */
52 /* Bits 22-23 reserved */
54 /* Bits 25-31 reserved */
61 [MEM_BADDR] = GENMASK(31, 16),
67 [GEN_QMB_0_MAX_WRITES] = GENMASK(3, 0),
[all …]
H A Dipa_reg-v4.2.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Copyright (C) 2022-2024 Linaro Ltd. */
16 [GEN_QMB_1_SNOC_BYPASS_DIS] = BIT(3),
31 /* Bits 21-31 reserved */
40 [CLKON_MISC] = BIT(3),
67 /* Bits 30-31 reserved */
78 /* Bits 22-23 reserved */
80 /* Bits 25-31 reserved */
87 [MEM_BADDR] = GENMASK(31, 16),
93 [GEN_QMB_0_MAX_WRITES] = GENMASK(3, 0),
[all …]
H A Dipa_reg-v3.5.1.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Copyright (C) 2022-2024 Linaro Ltd. */
16 [GEN_QMB_1_SNOC_BYPASS_DIS] = BIT(3),
18 /* Bits 5-31 reserved */
27 [CLKON_MISC] = BIT(3),
46 /* Bits 22-31 reserved */
57 /* Bits 22-23 reserved */
59 /* Bits 25-31 reserved */
66 [MEM_BADDR] = GENMASK(31, 16),
72 [GEN_QMB_0_MAX_WRITES] = GENMASK(3, 0),
[all …]
H A Dipa_reg-v5.5.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Copyright (C) 2023-2024 Linaro Ltd. */
16 [PROD_LOWEST] = GENMASK(31, 24),
25 [GEN_QMB_1_SNOC_BYPASS_DIS] = BIT(3),
39 /* Bits 17-18 reserved */
44 /* Bits 28-29 reserved */
46 [GEN_QMB_0_DYNAMIC_ASIZE] = BIT(31),
55 [CLKON_MISC] = BIT(3),
83 [DRBIP] = BIT(31),
95 /* Bits 29-31 reserved */
[all …]
H A Dipa_reg-v5.0.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Copyright (C) 2023-2024 Linaro Ltd. */
16 [PROD_LOWEST] = GENMASK(31, 24),
25 [GEN_QMB_1_SNOC_BYPASS_DIS] = BIT(3),
45 /* Bits 28-29 reserved */
47 [GEN_QMB_0_DYNAMIC_ASIZE] = BIT(31),
56 [CLKON_MISC] = BIT(3),
84 [DRBIP] = BIT(31),
96 /* Bits 29-31 reserved */
103 [MEM_BADDR] = GENMASK(31, 16),
[all …]
H A Dipa_reg-v4.5.c1 // SPDX-License-Identifier: GPL-2.0
3 /* Copyright (C) 2022-2024 Linaro Ltd. */
16 [GEN_QMB_1_SNOC_BYPASS_DIS] = BIT(3),
32 /* Bits 22-31 reserved */
41 [CLKON_MISC] = BIT(3),
69 /* Bit 31 reserved */
80 /* Bits 22-23 reserved */
82 /* Bits 25-31 reserved */
89 [MEM_BADDR] = GENMASK(31, 16),
95 [GEN_QMB_0_MAX_WRITES] = GENMASK(3, 0),
[all …]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac2_mac.h1 /* SPDX-License-Identifier: ISC */
46 #define MT_TX_FREE_PAIR BIT(31)
50 #define MT_TXD0_Q_IDX GENMASK(31, 25)
55 #define MT_TXD1_LONG_FORMAT BIT(31)
67 #define MT_TXD2_FIX_RATE BIT(31)
81 #define MT_TXD2_SUB_TYPE GENMASK(3, 0)
83 #define MT_TXD3_SN_VALID BIT(31)
92 #define MT_TXD3_EEOSP BIT(3)
97 #define MT_TXD4_PN_LOW GENMASK(31, 0)
99 #define MT_TXD5_PN_HIGH GENMASK(31, 16)
[all …]
/linux/drivers/clk/sunxi-ng/
H A Dccu-sun6i-a31.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2016 Chen-Yu Tsai
5 * Chen-Yu Tsai <wens@csie.org>
7 * Based on ccu-sun8i-h3.c by Maxime Ripard.
10 #include <linux/clk-provider.h>
30 #include "ccu-sun6i-a31.h"
32 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_cpu_clk, "pll-cpu",
37 BIT(31), /* gate */
42 * The Audio PLL is supposed to have 4 outputs: 3 fixed factors from
46 * With sigma-delta modulation for fractional-N on the audio PLL,
[all …]
/linux/Documentation/translations/zh_CN/core-api/
H A Dpacking.rst1 .. SPDX-License-Identifier: GPL-2.0+
3 .. include:: ../disclaimer-zh_CN.rst
5 :Original: Documentation/core-api/packing.rst
22 --------
42 --------
46 - 将一个CPU可使用的数字打包到内存缓冲区中(具有硬件约束/特殊性)。
47 - 将内存缓冲区(具有硬件约束/特殊性)解压缩为一个CPU可使用的数字。
63 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
64 3 2 1 0
77 24 25 26 27 28 29 30 31 16 17 18 19 20 21 22 23 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh_internal.h1 /* SPDX-License-Identifier: GPL-2.0-only */
89 (0x100 * !!((TC) > 3)) + (INDEX) * 4)
99 /* rx vlan_req_tag0{f}[3:0] bitfield definitions
100 * preprocessor definitions for the bitfield "vlan_req_tag0{f}[3:0]".
102 * port="pif_rpf_vlan_req_tag0[3:0]"
105 /* register address for bitfield vlan_req_tag0{f}[3:0] */
107 /* bitmask for bitfield vlan_req_tag0{f}[3:0] */
109 /* inverted bitmask for bitfield vlan_req_tag0{f}[3:0] */
111 /* lower bit position of bitfield vlan_req_tag0{f}[3:0] */
113 /* width of bitfield vlan_req_tag0{f}[3:0] */
[all …]

12345678910>>...45