Searched +full:0 +full:x2c200000 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/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]. Extended 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. 83 ARMv8.0 architecture such as Cortex-A32, A34, A35, A53, A57, A72 and 99 multipleOf: 0x10000 100 exclusiveMinimum: 0 [all …]
|
/linux-6.12.1/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-6.12.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 13 #define __REG_R0 0 46 #define __REGA0_0 0 80 #define _R0 0 113 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) 114 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) 115 #define IMM_DQ(i) ((uintptr_t)(i) & 0xfff0) 116 #define IMM_D0(i) (((uintptr_t)(i) >> 16) & 0x3ffff) 122 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000). 128 (((uintptr_t)(i) & 0x8000) >> 15)) 133 #define IMM_H18(i) (((uintptr_t)(i)>>16) & 0x3ffff) [all …]
|