Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-stm32f7.c144 #define STM32F7_I2C_ICR_STOPCF BIT(5) macro
1459 writel_relaxed(STM32F7_I2C_ICR_STOPCF, base + STM32F7_I2C_ICR); in stm32f7_i2c_slave_isr_event()
1521 writel_relaxed(STM32F7_I2C_ICR_STOPCF, base + STM32F7_I2C_ICR); in stm32f7_i2c_isr_event()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-stm32f7.c147 #define STM32F7_I2C_ICR_STOPCF BIT(5) macro
1476 writel_relaxed(STM32F7_I2C_ICR_STOPCF, base + STM32F7_I2C_ICR); in stm32f7_i2c_slave_isr_event()
1538 writel_relaxed(STM32F7_I2C_ICR_STOPCF, base + STM32F7_I2C_ICR); in stm32f7_i2c_isr_event()

Completed in 13 milliseconds