/linux-4.4.14/lib/842/ |
D | 842_decompress.c | 32 { D4, D2, I2, N0 }, 33 { D4, I2, D2, N0 }, 34 { D4, I2, I2, N0 }, 36 { D2, I2, D4, N0 }, 37 { D2, I2, D2, I2 }, 38 { D2, I2, I2, D2 }, 39 { D2, I2, I2, I2 }, 40 { D2, I2, I4, N0 }, 41 { I2, D2, D4, N0 }, 42 { I2, D4, I2, N0 }, [all …]
|
D | 842_compress.c | 50 { I4, I2, I2, N0, 0x17 }, /* 25 */ 51 { I2, I2, I4, N0, 0x13 }, /* 25 */ 52 { I2, I2, I2, I2, 0x12 }, /* 32 */ 53 { I4, I2, D2, N0, 0x16 }, /* 33 */ 54 { I4, D2, I2, N0, 0x15 }, /* 33 */ 55 { I2, D2, I4, N0, 0x0e }, /* 33 */ 56 { D2, I2, I4, N0, 0x09 }, /* 33 */ 57 { I2, I2, I2, D2, 0x11 }, /* 40 */ 58 { I2, I2, D2, I2, 0x10 }, /* 40 */ 59 { I2, D2, I2, I2, 0x0d }, /* 40 */ [all …]
|
D | 842.h | 121 #define I2 (OP_ACTION_INDEX | OP_AMOUNT_2) macro
|
/linux-4.4.14/arch/sparc/crypto/ |
D | aes_asm.S | 12 #define ENCRYPT_TWO_ROUNDS_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument 15 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 16 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 19 AES_EROUND01(KEY_BASE + 4, T2, T3, I2) \ 28 #define ENCRYPT_TWO_ROUNDS_LAST_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument 31 AES_EROUND01(KEY_BASE + 0, I2, I3, T2) \ 32 AES_EROUND23(KEY_BASE + 2, I2, I3, T3) \ 35 AES_EROUND01_L(KEY_BASE + 4, T2, T3, I2) \ 46 #define ENCRYPT_128_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument 47 ENCRYPT_TWO_ROUNDS_2(KEY_BASE + 0, I0, I1, I2, I3, T0, T1, T2, T3) \ [all …]
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | dpmc.h | 369 I2 = I0; 376 I2.L = lo(DCPLB_DATA0); 445 FP = I2; 511 I2 = I0; 518 I2.L = lo(DCPLB_DATA15); 567 FP = I2;
|
/linux-4.4.14/arch/blackfin/kernel/cplb-mpu/ |
D | Makefile | 7 CFLAGS_cplbmgr.o := -ffixed-I0 -ffixed-I1 -ffixed-I2 -ffixed-I3 \
|
/linux-4.4.14/arch/blackfin/kernel/cplb-nompu/ |
D | Makefile | 7 CFLAGS_cplbmgr.o := -ffixed-I0 -ffixed-I1 -ffixed-I2 -ffixed-I3 \
|
/linux-4.4.14/lib/ |
D | locking-selftest.c | 935 #define I2(x) \ macro 953 I2(A); I2(B); I2(C); I2(D);
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-href-family-pinctrl.dtsi | 649 "GPIO162_D20", /* I2 */ 675 "GPIO162_D20", /* I2 */
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 94 " add%I2 %1,%2,%1 \n" <-- (3)
|
/linux-4.4.14/include/math-emu/ |
D | op-4.h | 512 #define __FP_FRAC_SET_4(X,I3,I2,I1,I0) \ argument 513 (X##_f[3] = I3, X##_f[2] = I2, X##_f[1] = I1, X##_f[0] = I0)
|
/linux-4.4.14/drivers/watchdog/ |
D | Kconfig | 1197 tristate "Indy/I2 Hardware Watchdog" 1200 Hardware driver for the Indy's/I2's watchdog. This is a
|