Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dimx_i2c.c29 #define I2C_INP_SCL(__x) 0 /* Not implemented */ macro
40 #define I2C_INP_SCL(__x) (IOMUXC_I2C1_SCL_INP_OFF + ((__x) - 1) * 0x8) macro
93 .scl_inp = I2C_INP_SCL(1), .sda_mux = I2C_MUX_SDA(1),
96 .scl_inp = I2C_INP_SCL(2), .sda_mux = I2C_MUX_SDA(2),
99 .scl_inp = I2C_INP_SCL(3), .sda_mux = I2C_MUX_SDA(3),
102 .scl_inp = I2C_INP_SCL(4), .sda_mux = I2C_MUX_SDA(4),

Completed in 3 milliseconds