Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c148 #define STM32F7_I2C_ICR_STOPCF BIT(5) macro
1492 writel_relaxed(STM32F7_I2C_ICR_STOPCF, base + STM32F7_I2C_ICR); in stm32f7_i2c_slave_isr_event()
1670 writel_relaxed(STM32F7_I2C_ICR_STOPCF, base + STM32F7_I2C_ICR); in stm32f7_i2c_isr_event_thread()