Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
A Dimx_i2c.c23 #define I2C_CFG_SCL(__x) (IOMUXC_I2C1_SCL_CFG_OFF + ((__x) - 1) * 0x8) argument
24 #define I2C_CFG_SDA(__x) (IOMUXC_I2C1_SDA_CFG_OFF + ((__x) - 1) * 0x8) argument
25 #define I2C_MUX_SCL(__x) (IOMUXC_I2C1_SCL_MUX_OFF + ((__x) - 1) * 0x8) argument
26 #define I2C_MUX_SDA(__x) (IOMUXC_I2C1_SDA_MUX_OFF + ((__x) - 1) * 0x8) argument
37 #define I2C_CLK_CGR(__x) CCM_CCRG_I2C##__x argument
40 #define I2C_INP_SCL(__x) (IOMUXC_I2C1_SCL_INP_OFF + ((__x) - 1) * 0x8) argument
41 #define I2C_INP_SDA(__x) (IOMUXC_I2C1_SDA_INP_OFF + ((__x) - 1) * 0x8) argument
42 #define I2C_INP_VAL(__x) (((__x) == 1) ? 0x1 : 0x2) argument
46 #define I2C_CLK_CGRBM(__x) BM_CCM_CCGR2_I2C##__x##_SERIAL argument
47 #define I2C_CLK_CGR6BM(__x) BM_CCM_CCGR6_I2C##__x##_SERIAL argument
[all …]
A Dzynqmp_pm.c77 #define EFUSE_ELT(__x) \ argument
78 [__x] = { \
79 .offset = ZYNQMP_EFUSE_##__x##_OFFSET, \
80 .bytes = ZYNQMP_EFUSE_##__x##_LENGTH, \
/optee_os/core/drivers/crypto/se050/adaptors/utils/
A Dinfo.c131 #define ITEM(__x) { \ argument
132 .name = #__x, \
133 .val = (kSE05x_AppletConfig_##__x), \

Completed in 6 milliseconds