Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c71 #define STM32F7_I2C_ALL_IRQ_MASK (STM32F7_I2C_CR1_ERRIE \ macro
945 cr1 &= ~STM32F7_I2C_ALL_IRQ_MASK; /* Disable all interrupts */ in stm32f7_i2c_xfer_msg()
1539 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_isr_event()
1665 mask = STM32F7_I2C_ALL_IRQ_MASK; in stm32f7_i2c_isr_error()
2001 stm32f7_i2c_disable_irq(i2c_dev, STM32F7_I2C_ALL_IRQ_MASK); in stm32f7_i2c_unreg_slave()