Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_i2c.h31 #define I2C_FAST_PLUS_RATE U(1000000) macro
/optee_os/core/drivers/
H A Dstm32_i2c.c278 .rate = I2C_FAST_PLUS_RATE,
729 if (init->bus_rate > I2C_FAST_PLUS_RATE) { in stm32_i2c_get_setup_from_fdt()
731 init->bus_rate, I2C_FAST_PLUS_RATE); in stm32_i2c_get_setup_from_fdt()