| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-axm5516.c | 56 postdiv = ((control >> 0) & 0xf) + 1; in axxia_pllclk_recalc() 57 fbdiv = ((control >> 4) & 0xfff) + 3; in axxia_pllclk_recalc() 58 refdiv = ((control >> 16) & 0x1f) + 1; in axxia_pllclk_recalc() 151 .reg = 0x01800, 163 .reg = 0x02000, 175 .reg = 0x02800, 187 .reg = 0x03000, 199 .reg = 0x03800, 215 .reg = 0x10008, 216 .shift = 0, [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/ |
| D | clk-axm5516.c | 56 postdiv = ((control >> 0) & 0xf) + 1; in axxia_pllclk_recalc() 57 fbdiv = ((control >> 4) & 0xfff) + 3; in axxia_pllclk_recalc() 58 refdiv = ((control >> 16) & 0x1f) + 1; in axxia_pllclk_recalc() 151 .reg = 0x01800, 163 .reg = 0x02000, 175 .reg = 0x02800, 187 .reg = 0x03000, 199 .reg = 0x03800, 215 .reg = 0x10008, 216 .shift = 0, [all …]
|
| /kernel/linux/linux-5.10/sound/sh/ |
| D | aica.h | 11 #define G2_FIFO 0xa05f688c 12 #define SPU_MEMORY_BASE 0xA0800000 13 #define ARM_RESET_REGISTER 0xA0702C00 14 #define SPU_REGISTER_BASE 0xA0700000 17 #define AICA_CONTROL_POINT 0xA0810000 18 #define AICA_CONTROL_CHANNEL_SAMPLE_NUMBER 0xA0810008 19 #define AICA_CHANNEL0_CONTROL_OFFSET 0x10004 22 #define AICA_CMD_KICK 0x80000000 23 #define AICA_CMD_NONE 0 30 #define SM_16BIT 0 [all …]
|
| /kernel/linux/linux-6.6/sound/sh/ |
| D | aica.h | 11 #define G2_FIFO 0xa05f688c 12 #define SPU_MEMORY_BASE 0xA0800000 13 #define ARM_RESET_REGISTER 0xA0702C00 14 #define SPU_REGISTER_BASE 0xA0700000 17 #define AICA_CONTROL_POINT 0xA0810000 18 #define AICA_CONTROL_CHANNEL_SAMPLE_NUMBER 0xA0810008 19 #define AICA_CHANNEL0_CONTROL_OFFSET 0x10004 22 #define AICA_CMD_KICK 0x80000000 23 #define AICA_CMD_NONE 0 30 #define SM_16BIT 0 [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | sc7280-herobrine-lte-sku.dtsi | 12 reg = <0x0 0x8b800000 0x0 0xf600000>; 17 reg = <0x0 0x9c700000 0x0 0x200000>; 22 alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 23 size = <0x0 0x4000>; 44 iommus = <&apps_smmu 0x124 0x0>, <&apps_smmu 0x488 0x7>; 45 interconnects = <&mc_virt MASTER_LLCC 0 &mc_virt SLAVE_EBI1 0>; 54 qcom,halt-regs = <&tcsr_1 0x3000 0x5000 0x8000 0x13000>; 55 qcom,ext-regs = <&tcsr_2 0x10000 0x10004 &tcsr_1 0x6004 0x6008>; 56 qcom,qaccept-regs = <&tcsr_1 0x3030 0x3040 0x3020>; 63 reg = <0x0 0x9c900000 0x0 0x800000>;
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
| D | ptrace.h | 25 #define PTRACE_GETFDPIC_EXEC 0 27 #define USR26_MODE 0x00000000 28 #define FIQ26_MODE 0x00000001 29 #define IRQ26_MODE 0x00000002 30 #define SVC26_MODE 0x00000003 31 #define USR_MODE 0x00000010 32 #define SVC_MODE 0x00000013 33 #define FIQ_MODE 0x00000011 34 #define IRQ_MODE 0x00000012 35 #define MON_MODE 0x00000016 [all …]
|
| /kernel/linux/linux-5.10/drivers/remoteproc/ |
| D | mtk_common.h | 15 #define MT8183_SW_RSTN 0x0 16 #define MT8183_SW_RSTN_BIT BIT(0) 17 #define MT8183_SCP_TO_HOST 0x1C 18 #define MT8183_SCP_IPC_INT_BIT BIT(0) 20 #define MT8183_HOST_TO_SCP 0x28 21 #define MT8183_HOST_IPC_INT_BIT BIT(0) 22 #define MT8183_WDT_CFG 0x84 23 #define MT8183_SCP_CLK_SW_SEL 0x4000 24 #define MT8183_SCP_CLK_DIV_SEL 0x4024 25 #define MT8183_SCP_SRAM_PDN 0x402C [all …]
|
| /kernel/linux/linux-6.6/drivers/remoteproc/ |
| D | mtk_common.h | 15 #define MT8183_SW_RSTN 0x0 16 #define MT8183_SW_RSTN_BIT BIT(0) 17 #define MT8183_SCP_TO_HOST 0x1C 18 #define MT8183_SCP_IPC_INT_BIT BIT(0) 20 #define MT8183_HOST_TO_SCP 0x28 21 #define MT8183_HOST_IPC_INT_BIT BIT(0) 22 #define MT8183_WDT_CFG 0x84 23 #define MT8183_SCP_CLK_SW_SEL 0x4000 24 #define MT8183_SCP_CLK_DIV_SEL 0x4024 25 #define MT8183_SCP_SRAM_PDN 0x402C [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
| D | ptrace.h | 38 #define PTRACE_GETFDPIC_EXEC 0 40 #define USR26_MODE 0x00000000 41 #define FIQ26_MODE 0x00000001 42 #define IRQ26_MODE 0x00000002 43 #define SVC26_MODE 0x00000003 44 #define USR_MODE 0x00000010 45 #define SVC_MODE 0x00000013 46 #define FIQ_MODE 0x00000011 47 #define IRQ_MODE 0x00000012 48 #define MON_MODE 0x00000016 [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/ |
| D | ptrace.h | 38 #define PTRACE_GETFDPIC_EXEC 0 40 #define USR26_MODE 0x00000000 41 #define FIQ26_MODE 0x00000001 42 #define IRQ26_MODE 0x00000002 43 #define SVC26_MODE 0x00000003 44 #define USR_MODE 0x00000010 45 #define SVC_MODE 0x00000013 46 #define FIQ_MODE 0x00000011 47 #define IRQ_MODE 0x00000012 48 #define MON_MODE 0x00000016 [all …]
|
| /kernel/linux/linux-5.10/arch/arm/include/uapi/asm/ |
| D | ptrace.h | 37 #define PTRACE_GETFDPIC_EXEC 0 44 #define USR26_MODE 0x00000000 45 #define FIQ26_MODE 0x00000001 46 #define IRQ26_MODE 0x00000002 47 #define SVC26_MODE 0x00000003 50 * Use 0 here to get code right that creates a userspace 53 #define USR_MODE 0x00000000 54 #define SVC_MODE 0x00000000 56 #define USR_MODE 0x00000010 57 #define SVC_MODE 0x00000013 [all …]
|
| /kernel/linux/linux-6.6/arch/arm/include/uapi/asm/ |
| D | ptrace.h | 37 #define PTRACE_GETFDPIC_EXEC 0 44 #define USR26_MODE 0x00000000 45 #define FIQ26_MODE 0x00000001 46 #define IRQ26_MODE 0x00000002 47 #define SVC26_MODE 0x00000003 50 * Use 0 here to get code right that creates a userspace 53 #define USR_MODE 0x00000000 54 #define SVC_MODE 0x00000000 56 #define USR_MODE 0x00000010 57 #define SVC_MODE 0x00000013 [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| D | hfi_cmds.h | 12 #define HFI_CMD_SYS_INIT 0x10001 13 #define HFI_CMD_SYS_PC_PREP 0x10002 14 #define HFI_CMD_SYS_SET_RESOURCE 0x10003 15 #define HFI_CMD_SYS_RELEASE_RESOURCE 0x10004 16 #define HFI_CMD_SYS_SET_PROPERTY 0x10005 17 #define HFI_CMD_SYS_GET_PROPERTY 0x10006 18 #define HFI_CMD_SYS_SESSION_INIT 0x10007 19 #define HFI_CMD_SYS_SESSION_END 0x10008 20 #define HFI_CMD_SYS_SET_BUFFERS 0x10009 21 #define HFI_CMD_SYS_TEST_SSR 0x10101 [all …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
| D | hfi_cmds.h | 12 #define HFI_CMD_SYS_INIT 0x10001 13 #define HFI_CMD_SYS_PC_PREP 0x10002 14 #define HFI_CMD_SYS_SET_RESOURCE 0x10003 15 #define HFI_CMD_SYS_RELEASE_RESOURCE 0x10004 16 #define HFI_CMD_SYS_SET_PROPERTY 0x10005 17 #define HFI_CMD_SYS_GET_PROPERTY 0x10006 18 #define HFI_CMD_SYS_SESSION_INIT 0x10007 19 #define HFI_CMD_SYS_SESSION_END 0x10008 20 #define HFI_CMD_SYS_SET_BUFFERS 0x10009 21 #define HFI_CMD_SYS_TEST_SSR 0x10101 [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_string.c | 16 for (i = 0; i < 256; i++) { in memset16_selftest() 17 for (j = 0; j < 256; j++) { in memset16_selftest() 18 memset(p, 0xa1, 256 * 2 * sizeof(v)); in memset16_selftest() 19 memset16(p + i, 0xb1b2, j); in memset16_selftest() 20 for (k = 0; k < 512; k++) { in memset16_selftest() 23 if (v != 0xa1a1) in memset16_selftest() 26 if (v != 0xb1b2) in memset16_selftest() 29 if (v != 0xa1a1) in memset16_selftest() 39 return (i << 24) | (j << 16) | k | 0x8000; in memset16_selftest() 40 return 0; in memset16_selftest() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/asic_reg/bif/ |
| D | bif_3_0_d.h | 26 #define ixPB0_DFT_DEBUG_CTRL_REG0 0x1300C 27 #define ixPB0_DFT_JIT_INJ_REG0 0x13000 28 #define ixPB0_DFT_JIT_INJ_REG1 0x13004 29 #define ixPB0_DFT_JIT_INJ_REG2 0x13008 30 #define ixPB0_GLB_CTRL_REG0 0x10004 31 #define ixPB0_GLB_CTRL_REG1 0x10008 32 #define ixPB0_GLB_CTRL_REG2 0x1000C 33 #define ixPB0_GLB_CTRL_REG3 0x10010 34 #define ixPB0_GLB_CTRL_REG4 0x10014 35 #define ixPB0_GLB_CTRL_REG5 0x10018 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/asic_reg/bif/ |
| D | bif_3_0_d.h | 26 #define ixPB0_DFT_DEBUG_CTRL_REG0 0x1300C 27 #define ixPB0_DFT_JIT_INJ_REG0 0x13000 28 #define ixPB0_DFT_JIT_INJ_REG1 0x13004 29 #define ixPB0_DFT_JIT_INJ_REG2 0x13008 30 #define ixPB0_GLB_CTRL_REG0 0x10004 31 #define ixPB0_GLB_CTRL_REG1 0x10008 32 #define ixPB0_GLB_CTRL_REG2 0x1000C 33 #define ixPB0_GLB_CTRL_REG3 0x10010 34 #define ixPB0_GLB_CTRL_REG4 0x10014 35 #define ixPB0_GLB_CTRL_REG5 0x10018 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | hdmi5_core.h | 16 #define HDMI_CORE_DESIGN_ID 0x00000 17 #define HDMI_CORE_REVISION_ID 0x00004 18 #define HDMI_CORE_PRODUCT_ID0 0x00008 19 #define HDMI_CORE_PRODUCT_ID1 0x0000C 20 #define HDMI_CORE_CONFIG0_ID 0x00010 21 #define HDMI_CORE_CONFIG1_ID 0x00014 22 #define HDMI_CORE_CONFIG2_ID 0x00018 23 #define HDMI_CORE_CONFIG3_ID 0x0001C 26 #define HDMI_CORE_IH_FC_STAT0 0x00400 27 #define HDMI_CORE_IH_FC_STAT1 0x00404 [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | hdmi5_core.h | 16 #define HDMI_CORE_DESIGN_ID 0x00000 17 #define HDMI_CORE_REVISION_ID 0x00004 18 #define HDMI_CORE_PRODUCT_ID0 0x00008 19 #define HDMI_CORE_PRODUCT_ID1 0x0000C 20 #define HDMI_CORE_CONFIG0_ID 0x00010 21 #define HDMI_CORE_CONFIG1_ID 0x00014 22 #define HDMI_CORE_CONFIG2_ID 0x00018 23 #define HDMI_CORE_CONFIG3_ID 0x0001C 26 #define HDMI_CORE_IH_FC_STAT0 0x00400 27 #define HDMI_CORE_IH_FC_STAT1 0x00404 [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | hdmi5_core.h | 16 #define HDMI_CORE_DESIGN_ID 0x00000 17 #define HDMI_CORE_REVISION_ID 0x00004 18 #define HDMI_CORE_PRODUCT_ID0 0x00008 19 #define HDMI_CORE_PRODUCT_ID1 0x0000C 20 #define HDMI_CORE_CONFIG0_ID 0x00010 21 #define HDMI_CORE_CONFIG1_ID 0x00014 22 #define HDMI_CORE_CONFIG2_ID 0x00018 23 #define HDMI_CORE_CONFIG3_ID 0x0001C 26 #define HDMI_CORE_IH_FC_STAT0 0x00400 27 #define HDMI_CORE_IH_FC_STAT1 0x00404 [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
| D | hdmi5_core.h | 16 #define HDMI_CORE_DESIGN_ID 0x00000 17 #define HDMI_CORE_REVISION_ID 0x00004 18 #define HDMI_CORE_PRODUCT_ID0 0x00008 19 #define HDMI_CORE_PRODUCT_ID1 0x0000C 20 #define HDMI_CORE_CONFIG0_ID 0x00010 21 #define HDMI_CORE_CONFIG1_ID 0x00014 22 #define HDMI_CORE_CONFIG2_ID 0x00018 23 #define HDMI_CORE_CONFIG3_ID 0x0001C 26 #define HDMI_CORE_IH_FC_STAT0 0x00400 27 #define HDMI_CORE_IH_FC_STAT1 0x00404 [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | test_string.c | 16 for (i = 0; i < 256; i++) { in memset16_selftest() 17 for (j = 0; j < 256; j++) { in memset16_selftest() 18 memset(p, 0xa1, 256 * 2 * sizeof(v)); in memset16_selftest() 19 memset16(p + i, 0xb1b2, j); in memset16_selftest() 20 for (k = 0; k < 512; k++) { in memset16_selftest() 23 if (v != 0xa1a1) in memset16_selftest() 26 if (v != 0xb1b2) in memset16_selftest() 29 if (v != 0xa1a1) in memset16_selftest() 39 return (i << 24) | (j << 16) | k | 0x8000; in memset16_selftest() 40 return 0; in memset16_selftest() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/remoteproc/ |
| D | qcom,sc7280-mss-pil.yaml | 216 reg = <0x04080000 0x10000>, <0x04180000 0x48>; 219 iommus = <&apps_smmu 0x124 0x0>, <&apps_smmu 0x488 0x7>; 221 interconnects = <&mc_virt MASTER_LLCC 0 &mc_virt SLAVE_EBI1 0>; 224 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 248 qcom,smem-states = <&modem_smp2p_out 0>; 255 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>; 256 qcom,ext-regs = <&tcsr 0x10000 0x10004>, <&tcsr_mutex 0x26004 0x26008>; 257 qcom,qaccept-regs = <&tcsr_mutex 0x23030 0x23040 0x23020>;
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/rocketlake/ |
| D | other.json | 4 "EventCode": "0x28", 6 …s where the core was running with power-delivery for baseline license level 0. This includes non-… 8 "UMask": "0x7" 12 "EventCode": "0x28", 16 "UMask": "0x18" 20 "EventCode": "0x28", 24 "UMask": "0x20" 28 "EventCode": "0xB7, 0xBB", 30 "MSRIndex": "0x1a6,0x1a7", 31 "MSRValue": "0x10004", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelake/ |
| D | other.json | 4 "EventCode": "0x28", 6 …s where the core was running with power-delivery for baseline license level 0. This includes non-… 8 "UMask": "0x7" 12 "EventCode": "0x28", 16 "UMask": "0x18" 20 "EventCode": "0x28", 24 "UMask": "0x20" 28 "EventCode": "0xB7, 0xBB", 30 "MSRIndex": "0x1a6,0x1a7", 31 "MSRValue": "0x10004", [all …]
|