Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dimx_i2c.c30 #define I2C_INP_SCL(__x) 0 /* Not implemented */ macro
41 #define I2C_INP_SCL(__x) (IOMUXC_I2C1_SCL_INP_OFF + ((__x) - 1) * 0x8) macro
120 .scl_inp = I2C_INP_SCL(1), .sda_mux = I2C_MUX_SDA(1),
123 .scl_inp = I2C_INP_SCL(2), .sda_mux = I2C_MUX_SDA(2),
126 .scl_inp = I2C_INP_SCL(3), .sda_mux = I2C_MUX_SDA(3),
129 .scl_inp = I2C_INP_SCL(4), .sda_mux = I2C_MUX_SDA(4),

Completed in 3 milliseconds