Home
last modified time | relevance | path

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

12345678910>>...44

/kernel/linux/linux-5.10/drivers/soc/xilinx/
Dxlnx_vcu.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016 - 2017 Xilinx, Inc.
18 #define VCU_ECODER_ENABLE 0x00
19 #define VCU_DECODER_ENABLE 0x04
20 #define VCU_MEMORY_DEPTH 0x08
21 #define VCU_ENC_COLOR_DEPTH 0x0c
22 #define VCU_ENC_VERTICAL_RANGE 0x10
23 #define VCU_ENC_FRAME_SIZE_X 0x14
24 #define VCU_ENC_FRAME_SIZE_Y 0x18
25 #define VCU_ENC_COLOR_FORMAT 0x1c
[all …]
/kernel/linux/linux-6.6/drivers/clk/xilinx/
Dxlnx_vcu.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016 - 2017 Xilinx, Inc.
11 #include <linux/clk-provider.h>
16 #include <linux/mfd/syscon/xlnx-vcu.h>
22 #include <dt-bindings/clock/xlnx-vcu.h>
24 #define VCU_PLL_CTRL 0x24
25 #define VCU_PLL_CTRL_RESET BIT(0)
32 #define VCU_PLL_CFG 0x28
33 #define VCU_PLL_CFG_RES GENMASK(3, 0)
38 #define VCU_ENC_CORE_CTRL 0x30
[all …]
/kernel/linux/linux-6.6/drivers/misc/cxl/
Dcxl.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
21 #include <misc/cxl-base.h>
64 /* Configuration and Control area - CAIA 1&2 */
65 static const cxl_p1_reg_t CXL_PSL_CtxTime = {0x0000};
66 static const cxl_p1_reg_t CXL_PSL_ErrIVTE = {0x0008};
67 static const cxl_p1_reg_t CXL_PSL_KEY1 = {0x0010};
68 static const cxl_p1_reg_t CXL_PSL_KEY2 = {0x0018};
69 static const cxl_p1_reg_t CXL_PSL_Control = {0x0020};
71 static const cxl_p1_reg_t CXL_PSL_DLCNTL = {0x0060};
72 static const cxl_p1_reg_t CXL_PSL_DLADDR = {0x0068};
[all …]
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dcxl.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
21 #include <misc/cxl-base.h>
62 /* Configuration and Control area - CAIA 1&2 */
63 static const cxl_p1_reg_t CXL_PSL_CtxTime = {0x0000};
64 static const cxl_p1_reg_t CXL_PSL_ErrIVTE = {0x0008};
65 static const cxl_p1_reg_t CXL_PSL_KEY1 = {0x0010};
66 static const cxl_p1_reg_t CXL_PSL_KEY2 = {0x0018};
67 static const cxl_p1_reg_t CXL_PSL_Control = {0x0020};
69 static const cxl_p1_reg_t CXL_PSL_DLCNTL = {0x0060};
70 static const cxl_p1_reg_t CXL_PSL_DLADDR = {0x0068};
[all …]
/kernel/linux/linux-6.6/arch/arm64/tools/
Dsysreg1 # SPDX-License-Identifier: GPL-2.0-only
44 # NI - Not implemented
45 # IMP - Implemented
51 Sysreg OSDTRRX_EL1 2 0 0 0 2
52 Res0 63:32
53 Field 31:0 DTRRX
56 Sysreg MDCCINT_EL1 2 0 0 2 0
57 Res0 63:31
60 Res0 28:0
63 Sysreg MDSCR_EL1 2 0 0 2 2
[all …]
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dctl_reg.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 #define CR0_CLOCK_COMPARATOR_SIGN BIT(63 - 10)
14 #define CR0_LOW_ADDRESS_PROTECTION BIT(63 - 35)
15 #define CR0_FETCH_PROTECTION_OVERRIDE BIT(63 - 38)
16 #define CR0_STORAGE_PROTECTION_OVERRIDE BIT(63 - 39)
17 #define CR0_EMERGENCY_SIGNAL_SUBMASK BIT(63 - 49)
18 #define CR0_EXTERNAL_CALL_SUBMASK BIT(63 - 50)
19 #define CR0_CLOCK_COMPARATOR_SUBMASK BIT(63 - 52)
20 #define CR0_CPU_TIMER_SUBMASK BIT(63 - 53)
21 #define CR0_SERVICE_SIGNAL_SUBMASK BIT(63 - 54)
[all …]
Dirq.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 #define EXT_INTERRUPT 0
15 #define EXT_IRQ_INTERRUPT_KEY 0x0040
16 #define EXT_IRQ_CLK_COMP 0x1004
17 #define EXT_IRQ_CPU_TIMER 0x1005
18 #define EXT_IRQ_WARNING_TRACK 0x1007
19 #define EXT_IRQ_MALFUNC_ALERT 0x1200
20 #define EXT_IRQ_EMERGENCY_SIG 0x1201
21 #define EXT_IRQ_EXTERNAL_CALL 0x1202
22 #define EXT_IRQ_TIMING_ALERT 0x1406
[all …]
Dnmi.h1 /* SPDX-License-Identifier: GPL-2.0 */
17 #define MCIC_SUBCLASS_MASK (1ULL<<63 | 1ULL<<62 | 1ULL<<61 | \
22 #define MCCK_CODE_SYSTEM_DAMAGE BIT(63)
23 #define MCCK_CODE_EXT_DAMAGE BIT(63 - 5)
24 #define MCCK_CODE_CP BIT(63 - 9)
25 #define MCCK_CODE_STG_ERROR BIT(63 - 16)
26 #define MCCK_CODE_STG_KEY_ERROR BIT(63 - 18)
27 #define MCCK_CODE_STG_DEGRAD BIT(63 - 19)
28 #define MCCK_CODE_PSW_MWP_VALID BIT(63 - 20)
29 #define MCCK_CODE_PSW_IA_VALID BIT(63 - 23)
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dctl_reg.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 #define CR0_CLOCK_COMPARATOR_SIGN BIT(63 - 10)
14 #define CR0_LOW_ADDRESS_PROTECTION BIT(63 - 35)
15 #define CR0_EMERGENCY_SIGNAL_SUBMASK BIT(63 - 49)
16 #define CR0_EXTERNAL_CALL_SUBMASK BIT(63 - 50)
17 #define CR0_CLOCK_COMPARATOR_SUBMASK BIT(63 - 52)
18 #define CR0_CPU_TIMER_SUBMASK BIT(63 - 53)
19 #define CR0_SERVICE_SIGNAL_SUBMASK BIT(63 - 54)
20 #define CR0_UNUSED_56 BIT(63 - 56)
21 #define CR0_INTERRUPT_KEY_SUBMASK BIT(63 - 57)
[all …]
Dirq.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 #define EXT_INTERRUPT 0
15 #define EXT_IRQ_INTERRUPT_KEY 0x0040
16 #define EXT_IRQ_CLK_COMP 0x1004
17 #define EXT_IRQ_CPU_TIMER 0x1005
18 #define EXT_IRQ_WARNING_TRACK 0x1007
19 #define EXT_IRQ_MALFUNC_ALERT 0x1200
20 #define EXT_IRQ_EMERGENCY_SIG 0x1201
21 #define EXT_IRQ_EXTERNAL_CALL 0x1202
22 #define EXT_IRQ_TIMING_ALERT 0x1406
[all …]
Dnmi.h1 /* SPDX-License-Identifier: GPL-2.0 */
18 #define MCIC_SUBCLASS_MASK (1ULL<<63 | 1ULL<<62 | 1ULL<<61 | \
23 #define MCCK_CODE_SYSTEM_DAMAGE BIT(63)
24 #define MCCK_CODE_EXT_DAMAGE BIT(63 - 5)
25 #define MCCK_CODE_CP BIT(63 - 9)
26 #define MCCK_CODE_CPU_TIMER_VALID BIT(63 - 46)
27 #define MCCK_CODE_PSW_MWP_VALID BIT(63 - 20)
28 #define MCCK_CODE_PSW_IA_VALID BIT(63 - 23)
29 #define MCCK_CODE_CR_VALID BIT(63 - 29)
30 #define MCCK_CODE_GS_VALID BIT(63 - 36)
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
Ddefs.h1 /* SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB */
2 /* Copyright (c) 2015 - 2021 Intel Corporation */
17 #define IRDMA_IRD_HW_SIZE_4 0
24 IRDMA_ANY_PROTOCOL = 0,
29 #define IRDMA_QP_STATE_INVALID 0
55 #define RDMA_OPCODE_M 0x0f
58 #define CQE_MAJOR_DRV 0x8000
69 #define IRDMA_AE_SOURCE_RSVD 0x0
70 #define IRDMA_AE_SOURCE_RQ 0x1
71 #define IRDMA_AE_SOURCE_RQ_0011 0x3
[all …]
Duda_d.h1 /* SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB */
2 /* Copyright (c) 2016 - 2021 Intel Corporation */
7 #define IRDMA_E_UDA_SQ_L4T_UNKNOWN 0
13 #define IRDMA_E_UDA_SQ_IIPT_UNKNOWN 0
25 #define IRDMA_UDA_QPSQ_AHIDX GENMASK_ULL(16, 0)
28 #define IRDMA_UDA_QPSQ_MULTICAST BIT_ULL(63)
41 #define IRDMA_UDA_QPSQ_IMMDATA GENMASK_ULL(63, 0)
43 /* Byte Offset 0 */
73 #define IRDMA_UDAQPC_STATISTICS_INSTANCE_INDEX GENMASK_ULL(6, 0)
74 #define IRDMA_UDAQPC_PRIVHDRGENENABLE BIT_ULL(0)
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dverifier_masking.c1 // SPDX-License-Identifier: GPL-2.0
10 __success __success_unpriv __retval(0)
16 r2 -= r1; \ in test_out_of_bounds_1()
18 r2 = -r2; \ in test_out_of_bounds_1()
19 r2 s>>= 63; \ in test_out_of_bounds_1()
24 : __imm_const(__imm_0, 5 - 1) in test_out_of_bounds_1()
30 __success __success_unpriv __retval(0)
36 r2 -= r1; \ in test_out_of_bounds_2()
38 r2 = -r2; \ in test_out_of_bounds_2()
39 r2 s>>= 63; \ in test_out_of_bounds_2()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dmasking.c5 BPF_MOV32_IMM(BPF_REG_2, 5 - 1),
8 BPF_ALU64_IMM(BPF_NEG, BPF_REG_2, 0),
9 BPF_ALU64_IMM(BPF_ARSH, BPF_REG_2, 63),
15 .retval = 0,
21 BPF_MOV32_IMM(BPF_REG_2, 1 - 1),
24 BPF_ALU64_IMM(BPF_NEG, BPF_REG_2, 0),
25 BPF_ALU64_IMM(BPF_ARSH, BPF_REG_2, 63),
31 .retval = 0,
36 BPF_MOV32_IMM(BPF_REG_1, 0xffffffff),
37 BPF_MOV32_IMM(BPF_REG_2, 0xffffffff - 1),
[all …]
/kernel/linux/linux-6.6/Documentation/sound/cards/
Daudigy-mixer.rst5 This is based on sb-live-mixer.rst.
20 functionality. Only the default built-in code in the ALSA driver is described
34 one-way three wire serial bus for digital sound by Philips Semiconductors
42 FX-bus
47 name='PCM Front Playback Volume',index=0
48 ----------------------------------------
49 This control is used to attenuate samples from left and right front PCM FX-bus
53 name='PCM Surround Playback Volume',index=0
54 -------------------------------------------
55 This control is used to attenuate samples from left and right surround PCM FX-bus
[all …]
/kernel/linux/linux-6.6/drivers/clk/starfive/
Dclk-starfive-jh7100.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <linux/clk-provider.h>
16 #include <dt-bindings/clock/starfive-jh7100.h>
18 #include "clk-starfive-jh71x0.h"
21 #define JH7100_CLK_OSC_SYS (JH7100_CLK_END + 0)
59 JH71X0_GDIV(JH7100_CLK_AUDIO_ROOT, "audio_root", 0, 8, JH7100_CLK_PLL0_OUT),
76 JH71X0_GDIV(JH7100_CLK_PLL0_TESTOUT, "pll0_testout", 0, 31, JH7100_CLK_PERH0_SRC),
77 JH71X0_GDIV(JH7100_CLK_PLL1_TESTOUT, "pll1_testout", 0, 31, JH7100_CLK_DLA_ROOT),
78 JH71X0_GDIV(JH7100_CLK_PLL2_TESTOUT, "pll2_testout", 0, 31, JH7100_CLK_PERH1_SRC),
93 JH71X0_GATE(JH7100_CLK_SGDMA2P_AXI, "sgdma2p_axi", 0, JH7100_CLK_CPU_AXI),
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.h1 /* SPDX-License-Identifier: GPL-2.0 */
11 #define RVU_NPC_HASH_SECRET_KEY0 0xa9d5af4c9fbc76b1
12 #define RVU_NPC_HASH_SECRET_KEY1 0xa9d5af4c9fbc87b4
13 #define RVU_NPC_HASH_SECRET_KEY2 0x5954c9e7
20 ((ena) << 7) | ((flags_ena) << 6) | ((key_ofs) & 0x3F))
24 ((ltype_match) << 4) | ((ltype_mask) & 0xF))
45 /* NPC_AF_INTF(0..1)_LID(0..7)_LT(0..15)_LD(0..1)_CFG */
47 /* NPC_AF_INTF(0..1)_HASH(0..1)_CFG */
49 /* NPC_AF_INTF(0..1)_HASH(0..1)_MASK(0..1) */
51 /* NPC_AF_INTF(0..1)_HASH(0..1)_RESULT_CTRL */
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dhvcall.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 #define HVSC .long 0x44000022
8 #define H_SUCCESS 0
9 #define H_BUSY 1 /* Hardware busy -- retry later */
37 #define H_HARDWARE -1 /* Hardware error */
38 #define H_FUNCTION -2 /* Function not supported */
39 #define H_PRIVILEGE -3 /* Caller not privileged */
40 #define H_PARAMETER -4 /* Parameter invalid, out-of-range or conflicting */
41 #define H_BAD_MODE -5 /* Illegal msr value */
42 #define H_PTEG_FULL -6 /* PTEG is full */
[all …]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dhvcall.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 #define HVSC .long 0x44000022
8 #define H_SUCCESS 0
9 #define H_BUSY 1 /* Hardware busy -- retry later */
37 #define H_HARDWARE -1 /* Hardware error */
38 #define H_FUNCTION -2 /* Function not supported */
39 #define H_PRIVILEGE -3 /* Caller not privileged */
40 #define H_PARAMETER -4 /* Parameter invalid, out-of-range or conflicting */
41 #define H_BAD_MODE -5 /* Illegal msr value */
42 #define H_PTEG_FULL -6 /* PTEG is full */
[all …]
/kernel/linux/linux-5.10/Documentation/sound/cards/
Daudigy-mixer.rst5 This is based on sb-live-mixer.rst.
20 functionality. Only the default build-in code in the ALSA driver is described
34 one-way three wire serial bus for digital sound by Philips Semiconductors
42 FX-bus
47 name='PCM Front Playback Volume',index=0
48 ----------------------------------------
49 This control is used to attenuate samples for left and right front PCM FX-bus
54 name='PCM Surround Playback Volume',index=0
55 -------------------------------------------
56 This control is used to attenuate samples for left and right surround PCM FX-bus
[all …]
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dsev-common.h1 /* SPDX-License-Identifier: GPL-2.0 */
11 #define GHCB_MSR_INFO_POS 0
13 #define GHCB_MSR_INFO_MASK (BIT_ULL(GHCB_DATA_LOW) - 1)
19 #define GHCB_MSR_SEV_INFO_RESP 0x001
20 #define GHCB_MSR_SEV_INFO_REQ 0x002
23 /* GHCBData[63:48] */ \
24 ((((_max) & 0xffff) << 48) | \
26 (((_min) & 0xffff) << 32) | \
28 (((_cbit) & 0xff) << 24) | \
31 #define GHCB_MSR_INFO(v) ((v) & 0xfffUL)
[all …]
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/core-api/
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可使用的数字。
61 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32
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
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
DHalHWImg8723B_RF.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
16 ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ in CheckPositive()
17 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ in CheckPositive()
18 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ in CheckPositive()
19 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive()
20 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ in CheckPositive()
24 pDM_Odm->CutVersion << 24 | in CheckPositive()
25 pDM_Odm->SupportPlatform << 16 | in CheckPositive()
26 pDM_Odm->PackageType << 12 | in CheckPositive()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
Dcpt_hw_types.h1 /* SPDX-License-Identifier: GPL-2.0-only */
18 CPT_COMP_E_NOTDONE = 0x00,
19 CPT_COMP_E_GOOD = 0x01,
20 CPT_COMP_E_FAULT = 0x02,
21 CPT_COMP_E_SWERR = 0x03,
22 CPT_COMP_E_LAST_ENTRY = 0xFF
30 * stored in memory as little-endian unless CPT()_PF_Q()_CTL[INST_BE] is set.
32 * Word 0
34 * 0 = No interrupts related to this instruction.
42 * Address must be 16-byte aligned.
[all …]

12345678910>>...44