Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/sparc/crypto/
H A Daes_asm.S8 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) \
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) \
24 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \
25 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \
26 AES_EROUND01_L(KEY_BASE + 4, T0, T1, I0) \
30 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \
[all …]
H A 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) \
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_64.h28 #define I0 0x18 macro
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-href-family-pinctrl.dtsi118 "GPIO164_B21"; /* I0 */
144 "GPIO164_B21"; /* I0 */
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-vegman-n110.dts23 /*I0-I7*/ "","","","","","","","",
60 /*I0-I7*/ "","","","","","","","","","","","","","","","",
H A Daspeed-bmc-vegman-sx20.dts23 /*I0-I7*/ "","","","","","","","",
60 /*I0-I7*/ "","","","","","","","","","","","","","","","",
H A Daspeed-bmc-vegman-rx20.dts51 /*I0-I7*/ "","","","","","","","",
88 /*I0-I7*/ "","","","","","","","","","","","","","","","",
H A Daspeed-bmc-qcom-dc-scm-v1.dts103 /*I0-I7*/ "","","","","","","","",
H A Daspeed-bmc-amd-daytonax.dts134 /*I0-I7*/ "","","","","","","","",
H A Daspeed-bmc-inventec-transformers.dts279 /*I0-I7*/ "","","","","","","","",
H A Daspeed-bmc-facebook-harma.dts560 /*I0-I7*/ "","","","","","","","",
670 /*I0-I3 line 128-135*/
H A Daspeed-bmc-amd-ethanolx.dts131 /*I0-I7*/ "","","","","","","","",
H A Daspeed-bmc-facebook-greatlakes.dts261 /*I0-I7*/ "","","","","","","bb-bmc-button","",
H A Daspeed-bmc-opp-nicole.dts228 /*I0-I7*/ "","","","","","","","",
H A Daspeed-bmc-opp-romulus.dts243 /*I0-I7*/ "","","","power-button","","","","",
H A Daspeed-bmc-inventec-starscream.dts327 /*I0-I7*/ "","","","","","","irq-bmc-cpu0-buf-nmi-n","",
H A Daspeed-bmc-ufispace-ncplite.dts346 /*I0-I7*/ "","","","","","reset-button","","",
H A Daspeed-bmc-facebook-minerva.dts941 /*I0-I7*/ "","","","","","","","",
1036 /*I0 - I7*/
H A Daspeed-bmc-asus-x4tf.dts560 /*I0 64*/ "", "", "", "", "", "", "", "",
H A Daspeed-bmc-facebook-tiogapass.dts142 /*I0-I7*/ "CPU0_FIVR_FAULT_LVT3","CPU1_FIVR_FAULT_LVT3",
/openbmc/linux/include/linux/
H A Dleds-lp3952.h71 I0, enumerator
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_step.h59 func(I0) \
/openbmc/linux/include/math-emu/
H A Dop-2.h127 #define __FP_FRAC_SET_2(X,I1,I0) (X##_f0 = I0, X##_f1 = I1) argument
H A 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)
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py67 I0 = '\t'*(indent),

12