/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_reg.h | 15 #define RVU_AF_MSIXTR_BASE (0x10) 16 #define RVU_AF_ECO (0x20) 17 #define RVU_AF_BLK_RST (0x30) 18 #define RVU_AF_PF_BAR4_ADDR (0x40) 19 #define RVU_AF_RAS (0x100) 20 #define RVU_AF_RAS_W1S (0x108) 21 #define RVU_AF_RAS_ENA_W1S (0x110) 22 #define RVU_AF_RAS_ENA_W1C (0x118) 23 #define RVU_AF_GEN_INT (0x120) 24 #define RVU_AF_GEN_INT_W1S (0x128) [all …]
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_reg.h | 17 #define RVU_PF_VFX_PFVF_MBOX0 (0x00000) 18 #define RVU_PF_VFX_PFVF_MBOX1 (0x00008) 19 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) argument 20 #define RVU_PF_VF_BAR4_ADDR (0x10) 21 #define RVU_PF_BLOCK_ADDRX_DISC(a) (0x200 | (a) << 3) argument 22 #define RVU_PF_VFME_STATUSX(a) (0x800 | (a) << 3) argument 23 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) argument 24 #define RVU_PF_VFTRPEND_W1SX(a) (0x840 | (a) << 3) argument 25 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) argument 26 #define RVU_PF_VFPF_MBOX_INT_W1SX(a) (0x8A0 | (a) << 3) argument [all …]
|
/Linux-v5.10/drivers/crypto/cavium/cpt/ |
D | cpt_common.h | 16 #define CPT_81XX_PCI_PF_DEVICE_ID 0xa040 17 #define CPT_81XX_PCI_VF_DEVICE_ID 0xa041 31 #define VF_STATE_DOWN 0 39 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36)) argument 40 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36)) argument 41 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36)) argument 42 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36)) argument 43 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36)) argument 44 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36)) argument 45 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36)) argument [all …]
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 13 #define __REG_R0 0 46 #define __REGA0_0 0 79 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) 80 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) 85 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000). 89 (((uintptr_t)(i) & 0x8000) >> 15)) 211 #define PPC_INST_BCCTR_FLUSH 0x4c400420 212 #define PPC_INST_COPY 0x7c20060c 213 #define PPC_INST_DCBA 0x7c0005ec 214 #define PPC_INST_DCBA_MASK 0xfc0007fe [all …]
|
/Linux-v5.10/sound/pci/au88x0/ |
D | au88x0_a3d.c | 21 a3dsrc_SetTimeConsts(a3dsrc_t * a, short HrtfTrack, short ItdTrack, in a3dsrc_SetTimeConsts() argument 24 vortex_t *vortex = (vortex_t *) (a->vortex); in a3dsrc_SetTimeConsts() 26 a3d_addrA(a->slice, a->source, A3D_A_HrtfTrackTC), HrtfTrack); in a3dsrc_SetTimeConsts() 28 a3d_addrA(a->slice, a->source, A3D_A_ITDTrackTC), ItdTrack); in a3dsrc_SetTimeConsts() 30 a3d_addrA(a->slice, a->source, A3D_A_GainTrackTC), GTrack); in a3dsrc_SetTimeConsts() 32 a3d_addrA(a->slice, a->source, A3D_A_CoeffTrackTC), CTrack); in a3dsrc_SetTimeConsts() 35 #if 0 37 a3dsrc_GetTimeConsts(a3dsrc_t * a, short *HrtfTrack, short *ItdTrack, 47 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget() argument 50 vortex_t *vortex = (vortex_t *) (a->vortex); in a3dsrc_SetAtmosTarget() [all …]
|
/Linux-v5.10/arch/powerpc/crypto/ |
D | md5-asm.S | 53 lwbrx reg,0,rWP; /* load data */ 65 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument 73 add a,a,rT0; /* 1: a = a + f */ \ 76 add a,a,w0; /* 1: a = a + wk */ \ 78 rotrwi a,a,p; /* 1: a = a rotl x */ \ 79 add d,d,w1; /* 2: a = a + wk */ \ 80 add a,a,b; /* 1: a = a + b */ \ 81 and rT0,a,b; /* 2: f = b and c */ \ 82 andc rT1,c,a; /* 2: f' = ~b and d */ \ 84 add d,d,rT0; /* 2: a = a + f */ \ [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/powerpc/power8/ |
D | marked.json | 3 "EventCode": "0x3515e", 5 …"BriefDescription": "Marked branch instruction completed with a target address less than current i… 9 "EventCode": "0x2013a", 15 "EventCode": "0x1016e", 21 "EventCode": "0x301e4", 27 "EventCode": "0x101e2", 33 "EventCode": "0x4d148", 35 …ified (M) data from another chip's L2 or L3 on a different Node or Group (Distant), as this chip d… 39 "EventCode": "0x2d128", 41 …ified (M) data from another chip's L2 or L3 on a different Node or Group (Distant), as this chip d… [all …]
|
/Linux-v5.10/lib/ |
D | globtest.c | 12 module_param(verbose, bool, 0); 24 /* Can't get string literals into a particular section, so... */ in test() 47 * pointed-to strings to be in a particular section. 49 * Anyway, a test consists of: 50 * 1. Expected glob_match result: '1' or '0'. 54 * The list of tests is terminated with a final '\0' instead of 55 * a glob_match result character. 59 "1" "a\0" "a\0" 60 "0" "a\0" "b\0" 61 "0" "a\0" "aa\0" [all …]
|
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvhw/class/ |
D | cl907d.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 27 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4 0x00000004 28 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4_DONE 0:0 29 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4_DONE_FALSE 0x00000000 30 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4_DONE_TRUE 0x00000001 31 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20 0x00000014 32 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20_SINGLE_LVDS18 0:0 33 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20_SINGLE_LVDS18_FALSE 0x00000000 34 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20_SINGLE_LVDS18_TRUE 0x00000001 [all …]
|
D | cl507d.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 27 #define NV_DISP_CORE_NOTIFIER_1 0x00000000 28 #define NV_DISP_CORE_NOTIFIER_1_SIZEOF 0x00000054 29 #define NV_DISP_CORE_NOTIFIER_1_COMPLETION_0 0x00000000 30 #define NV_DISP_CORE_NOTIFIER_1_COMPLETION_0_DONE 0:0 31 #define NV_DISP_CORE_NOTIFIER_1_COMPLETION_0_DONE_FALSE 0x00000000 32 #define NV_DISP_CORE_NOTIFIER_1_COMPLETION_0_DONE_TRUE 0x00000001 35 #define NV_DISP_CORE_NOTIFIER_1_CAPABILITIES_1 0x00000001 36 #define NV_DISP_CORE_NOTIFIER_1_CAPABILITIES_1_DONE 0:0 [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | uncore-other.json | 4 "Counter": "0,1,2,3", 11 "Counter": "0,1,2,3", 12 "EventCode": "0x35", 14 "Filter": "config1=0x40e33", 16 "UMask": "0x21", 21 "Counter": "0,1,2,3", 22 "EventCode": "0x35", 24 "Filter": "config1=0x40040e33", 26 "UMask": "0x21", 31 "Counter": "0,1,2,3", [all …]
|
D | other.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3", 6 "EventCode": "0xB7, 0xBB", 8 "MSRIndex": "0x1a6,0x1a7", 9 "MSRValue": "0x0400100010", 11 …rogrammed only with a specific pair of event select and counter MSR, and with specific event codes… 13 "UMask": "0x1" 17 "Counter": "0,1,2,3", 18 "CounterHTOff": "0,1,2,3", 19 "EventCode": "0xB7, 0xBB", [all …]
|
D | memory.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3", 6 "EventCode": "0xB7, 0xBB", 8 "MSRIndex": "0x1a6,0x1a7", 9 "MSRValue": "0x06040007F7", 11 …rogrammed only with a specific pair of event select and counter MSR, and with specific event codes… 13 "UMask": "0x1" 17 "Counter": "0,1,2,3", 18 "CounterHTOff": "0,1,2,3", 19 "EventCode": "0xB7, 0xBB", [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylakex/ |
D | uncore-other.json | 4 "Counter": "0,1,2,3", 11 "Counter": "0,1,2,3", 12 "EventCode": "0x35", 14 "Filter": "config1=0x40e33", 16 "UMask": "0x21", 21 "Counter": "0,1,2,3", 22 "EventCode": "0x35", 24 "Filter": "config1=0x40040e33", 26 "UMask": "0x21", 31 "Counter": "0,1,2,3", [all …]
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-debug.h | 41 #define IWL_ERR_DEV(d, f, a...) \ argument 44 __iwl_err((d), false, false, f, ## a); \ 45 } while (0) 46 #define IWL_ERR(m, f, a...) \ argument 47 IWL_ERR_DEV((m)->dev, f, ## a) 48 #define IWL_WARN(m, f, a...) \ argument 51 __iwl_warn((m)->dev, f, ## a); \ 52 } while (0) 53 #define IWL_INFO(m, f, a...) \ argument 56 __iwl_info((m)->dev, f, ## a); \ [all …]
|
/Linux-v5.10/lib/crypto/ |
D | des.c | 31 0x00, 0x00, 0x40, 0x04, 0x10, 0x10, 0x50, 0x14, 32 0x04, 0x40, 0x44, 0x44, 0x14, 0x50, 0x54, 0x54, 33 0x02, 0x02, 0x42, 0x06, 0x12, 0x12, 0x52, 0x16, 34 0x06, 0x42, 0x46, 0x46, 0x16, 0x52, 0x56, 0x56, 35 0x80, 0x08, 0xc0, 0x0c, 0x90, 0x18, 0xd0, 0x1c, 36 0x84, 0x48, 0xc4, 0x4c, 0x94, 0x58, 0xd4, 0x5c, 37 0x82, 0x0a, 0xc2, 0x0e, 0x92, 0x1a, 0xd2, 0x1e, 38 0x86, 0x4a, 0xc6, 0x4e, 0x96, 0x5a, 0xd6, 0x5e, 39 0x20, 0x20, 0x60, 0x24, 0x30, 0x30, 0x70, 0x34, 40 0x24, 0x60, 0x64, 0x64, 0x34, 0x70, 0x74, 0x74, [all …]
|
/Linux-v5.10/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10)) 16 asm volatile(str(COPY(0, %0, 0))";" in copy() 25 asm volatile(str(COPY(0, %0, 1))";" in copy_first() 34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31)) 42 asm volatile(str(PASTE(0, %1, 0, 0))";" in paste() 43 "mfcr %0;" in paste() 55 asm volatile(str(PASTE(0, %1, 1, 1))";" in paste_last() 56 "mfcr %0;" in paste_last() 64 #define PPC_INST_COPY __COPY(0, 0, 0) 65 #define PPC_INST_COPY_FIRST __COPY(0, 0, 1) [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/powerpc/power9/ |
D | marked.json | 3 "EventCode": "0x3013E", 5 …"BriefDescription": "Number of cycles the marked instruction is experiencing a stall while it is n… 8 "EventCode": "0x4F056", 10 …"BriefDescription": "A Page Directory Entry was reloaded to a level 1 page walk cache from beyond … 13 "EventCode": "0x24158", 18 "EventCode": "0x1E046", 20 …BriefDescription": "A Page Table Entry was loaded into the TLB with Shared (S) data from another c… 23 "EventCode": "0x3C04A", 25 …e was reloaded from another chip's memory on the same Node or Group ( Remote) due to a demand load" 28 "EventCode": "0x2C01C", [all …]
|
/Linux-v5.10/drivers/scsi/esas2r/ |
D | esas2r.h | 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is 38 * You should have received a copy of the GNU General Public License 115 #define ESAS2R_FWCOREDUMP_SZ 0x80000 117 #define ESAS2R_TARG_ID_INV 0xFFFF 120 #define ESAS2R_INT_DIS_MASK 0 134 /* macro to get the lowest nonzero bit of a value */ 135 #define LOBIT(x) ((x) & (0 - (x))) 141 #define esas2r_read_register_dword(a, reg) \ argument 142 readl((void __iomem *)a->regs + (reg) + MW_REG_OFFSET_HWREG) [all …]
|
/Linux-v5.10/crypto/ |
D | md5.c | 27 0xd4, 0x1d, 0x8c, 0xd9, 0x8f, 0x00, 0xb2, 0x04, 28 0xe9, 0x80, 0x09, 0x98, 0xec, 0xf8, 0x42, 0x7e, 42 u32 a, b, c, d; in md5_transform() local 44 a = hash[0]; in md5_transform() 49 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform() 50 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform() 51 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform() 52 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform() 53 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform() 54 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_transform() [all …]
|
/Linux-v5.10/arch/sparc/crypto/ |
D | opcodes.h | 9 #define FPD_ENCODE(x) (((x) >> 5) | ((x) & ~(0x20))) 12 #define RS2(x) (FPD_ENCODE(x) << 0) 15 #define IMM5_0(x) ((x) << 0) 18 #define CRC32C(a,b,c) \ argument 19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c)); 22 .word 0x81b02800; 24 .word 0x81b02820; 26 .word 0x81b02840; 28 .word 0x81b02860; 30 #define AES_EROUND01(a,b,c,d) \ argument [all …]
|
/Linux-v5.10/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 16 * of this code was written as part of a project to build a fixed-point vector 42 #define LIT64( a ) a##LL argument 71 bits64 extractFloat64Frac(float64 a); 72 flag extractFloat64Sign(float64 a); 73 int16 extractFloat64Exp(float64 a); 74 int16 extractFloat32Exp(float32 a); 75 flag extractFloat32Sign(float32 a); 76 bits32 extractFloat32Frac(float32 a); 78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr); 80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr); [all …]
|
/Linux-v5.10/sound/pci/hda/ |
D | ca0132_regs.h | 12 #define DSP_CHIP_OFFSET 0x100000 13 #define DSP_DBGCNTL_MODULE_OFFSET 0xE30 17 #define DSP_DBGCNTL_EXEC_LOBIT 0x0 18 #define DSP_DBGCNTL_EXEC_HIBIT 0x3 19 #define DSP_DBGCNTL_EXEC_MASK 0xF 21 #define DSP_DBGCNTL_SS_LOBIT 0x4 22 #define DSP_DBGCNTL_SS_HIBIT 0x7 23 #define DSP_DBGCNTL_SS_MASK 0xF0 25 #define DSP_DBGCNTL_STATE_LOBIT 0xA 26 #define DSP_DBGCNTL_STATE_HIBIT 0xD [all …]
|
/Linux-v5.10/include/linux/ |
D | dio.h | 18 /* The DIO boards in a system are distinguished by 'select codes' which 19 * range from 0-63 (DIO) and 132-255 (DIO-II). 21 * 0x600000 + sc * 0x10000 22 * So DIO cards cover [0x600000-0x800000); the areas [0x200000-0x400000) and 23 * [0x800000-0x1000000) are for additional space required by things 24 * like framebuffers. [0x400000-0x600000) is for miscellaneous internal I/O. 26 * at 0xf0000000 on bootup. 27 * DIO-II boards are at 0x1000000 + (sc - 132) * 0x400000 28 * which is address range [0x1000000-0x20000000) -- too big to map completely, 92 …void (*remove)(struct dio_dev *z); /* Device removed (NULL if not a hot-plug capable driver… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | other.json | 4 "EventCode": "0xa9", 9 "EventCode": "0xaa", 11 "UMask": "0xff" 15 "EventCode": "0xaa", 17 "UMask": "0x2" 21 "EventCode": "0xaa", 23 "UMask": "0x1" 27 "EventCode": "0xae", 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 29 "UMask": "0x80" [all …]
|