Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/sparc/crypto/
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 …]
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) \
/linux-6.3-rc2/arch/sparc/net/
A Dbpf_jit_64.h28 #define I0 0x18 macro
/linux-6.3-rc2/arch/arm/boot/dts/
A Dste-href-family-pinctrl.dtsi118 "GPIO164_B21"; /* I0 */
144 "GPIO164_B21"; /* I0 */
A Daspeed-bmc-vegman-n110.dts23 /*I0-I7*/ "","","","","","","","",
60 /*I0-I7*/ "","","","","","","","","","","","","","","","",
A Daspeed-bmc-vegman-sx20.dts23 /*I0-I7*/ "","","","","","","","",
60 /*I0-I7*/ "","","","","","","","","","","","","","","","",
A Daspeed-bmc-vegman-rx20.dts51 /*I0-I7*/ "","","","","","","","",
88 /*I0-I7*/ "","","","","","","","","","","","","","","","",
A Daspeed-bmc-qcom-dc-scm-v1.dts103 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-amd-daytonax.dts134 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-inventec-transformers.dts279 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-amd-ethanolx.dts131 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-opp-nicole.dts228 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-opp-romulus.dts243 /*I0-I7*/ "","","","power-button","","","","",
A Daspeed-bmc-ufispace-ncplite.dts346 /*I0-I7*/ "","","","","","reset-button","","",
A Daspeed-bmc-facebook-tiogapass.dts142 /*I0-I7*/ "CPU0_FIVR_FAULT_LVT3","CPU1_FIVR_FAULT_LVT3",
A 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",
A Daspeed-bmc-quanta-s6q.dts97 /*I0 - I7*/ "", "", "", "", "", "", "", "",
A Daspeed-bmc-tyan-s8036.dts434 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-opp-witherspoon.dts210 /*I0-I7*/ "","","","","","","","",
A Daspeed-bmc-opp-zaius.dts491 /*I0-I7*/ "","","","power-button","","","","",
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dintel_step.h59 func(I0) \
/linux-6.3-rc2/include/linux/
A Dleds-lp3952.h71 I0, enumerator
/linux-6.3-rc2/include/math-emu/
A Dop-2.h127 #define __FP_FRAC_SET_2(X,I1,I0) (X##_f0 = I0, X##_f1 = I1) argument
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)
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/tools/
A Dconvert_csv_to_c.py67 I0 = '\t'*(indent),

Completed in 27 milliseconds

12