Home
last modified time | relevance | path

Searched refs:I0 (Results 1 – 25 of 34) sorted by relevance

12

/linux-5.19.10/arch/sparc/crypto/
Daes_asm.S7 #define ENCRYPT_TWO_ROUNDS(KEY_BASE, I0, I1, T0, T1) \ argument
8 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \
9 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \
10 AES_EROUND01(KEY_BASE + 4, T0, T1, I0) \
13 #define ENCRYPT_TWO_ROUNDS_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ argument
14 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \
15 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \
18 AES_EROUND01(KEY_BASE + 4, T0, T1, I0) \
23 #define ENCRYPT_TWO_ROUNDS_LAST(KEY_BASE, I0, I1, T0, T1) \ argument
24 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \
[all …]
Dcamellia_asm.S7 #define CAMELLIA_6ROUNDS(KEY_BASE, I0, I1) \ argument
8 CAMELLIA_F(KEY_BASE + 0, I1, I0, I1) \
9 CAMELLIA_F(KEY_BASE + 2, I0, I1, I0) \
10 CAMELLIA_F(KEY_BASE + 4, I1, I0, I1) \
11 CAMELLIA_F(KEY_BASE + 6, I0, I1, I0) \
12 CAMELLIA_F(KEY_BASE + 8, I1, I0, I1) \
13 CAMELLIA_F(KEY_BASE + 10, I0, I1, I0)
15 #define CAMELLIA_6ROUNDS_FL_FLI(KEY_BASE, I0, I1) \ argument
16 CAMELLIA_6ROUNDS(KEY_BASE, I0, I1) \
17 CAMELLIA_FL(KEY_BASE + 12, I0, I0) \
/linux-5.19.10/arch/sparc/net/
Dbpf_jit_64.h28 #define I0 0x18 macro
/linux-5.19.10/drivers/gpu/drm/i915/
Dintel_step.h36 func(I0) \
/linux-5.19.10/arch/arm/boot/dts/
Dste-href-family-pinctrl.dtsi118 "GPIO164_B21"; /* I0 */
144 "GPIO164_B21"; /* I0 */
Daspeed-bmc-vegman-n110.dts23 /*I0-I7*/ "","","","","","","","",
60 /*I0-I7*/ "","","","","","","","","","","","","","","","",
Daspeed-bmc-vegman-sx20.dts23 /*I0-I7*/ "","","","","","","","",
60 /*I0-I7*/ "","","","","","","","","","","","","","","","",
Daspeed-bmc-vegman-rx20.dts51 /*I0-I7*/ "","","","","","","","",
88 /*I0-I7*/ "","","","","","","","","","","","","","","","",
Daspeed-bmc-qcom-dc-scm-v1.dts103 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-inventec-transformers.dts279 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-opp-nicole.dts228 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-amd-ethanolx.dts116 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-opp-romulus.dts243 /*I0-I7*/ "","","","power-button","","","","",
Daspeed-bmc-facebook-tiogapass.dts142 /*I0-I7*/ "CPU0_FIVR_FAULT_LVT3","CPU1_FIVR_FAULT_LVT3",
Daspeed-bmc-inspur-nf5280m6.dts158 /*I0-I7*/ "FM_CPU_ERR0_LVT3_BMC_N","FM_CPU_ERR1_LVT3_BMC_N","FM_BMC_PCH_SCI_LPC_N",
Daspeed-bmc-quanta-s6q.dts97 /*I0 - I7*/ "", "", "", "", "", "", "", "",
Daspeed-bmc-tyan-s8036.dts433 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-opp-witherspoon.dts210 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-opp-zaius.dts491 /*I0-I7*/ "","","","power-button","","","","",
Daspeed-bmc-tyan-s7106.dts494 /*I0-I7*/ "","","","","","","","",
Daspeed-bmc-inspur-fp5280g2.dts218 /*I0-I7*/ "front-syshealth","front-syshot","mux-gpios","enable-gpios","","","","",
/linux-5.19.10/include/linux/
Dleds-lp3952.h71 I0, enumerator
/linux-5.19.10/include/math-emu/
Dop-2.h127 #define __FP_FRAC_SET_2(X,I1,I0) (X##_f0 = I0, X##_f1 = I1) argument
Dop-4.h512 #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-5.19.10/drivers/comedi/drivers/ni_routing/tools/
Dconvert_csv_to_c.py67 I0 = '\t'*(indent),

12