Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c64 #define STM32F7_I2C_CR1_TCIE BIT(6) macro
72 | STM32F7_I2C_CR1_TCIE \
77 #define STM32F7_I2C_XFER_IRQ_MASK (STM32F7_I2C_CR1_TCIE \
910 cr1 |= STM32F7_I2C_CR1_ERRIE | STM32F7_I2C_CR1_TCIE | in stm32f7_i2c_xfer_msg()
1081 cr1 |= STM32F7_I2C_CR1_ERRIE | STM32F7_I2C_CR1_TCIE | in stm32f7_i2c_smbus_xfer_msg()
1289 STM32F7_I2C_CR1_TCIE; in stm32f7_i2c_slave_start()
1314 STM32F7_I2C_CR1_TCIE; in stm32f7_i2c_slave_start()