Searched +full:0 +full:x2c200000 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic-v3.yaml | 33 enum: [ 0, 1, 2 ] 46 The 1st cell is the interrupt type; 0 for SPI interrupts, 1 for PPI 51 SPI interrupts are in the range [0-987]. PPI interrupts are in the 52 range [0-15]. Extented SPI interrupts are in the range [0-1023]. 53 Extended PPI interrupts are in the range [0-127]. 56 bits[3:0] trigger type and level flags. 68 of 0 if present. 95 multipleOf: 0x10000 96 exclusiveMinimum: 0 136 "^interrupt-partition-[0-9]+$": [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/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 …]
|