Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-stu300.c35 #define I2C_CR_INTERRUPT_ENABLE (0x01) macro
194 val |= I2C_CR_INTERRUPT_ENABLE; in stu300_irq_enable()
204 val &= ~I2C_CR_INTERRUPT_ENABLE; in stu300_irq_disable()
345 cr_value |= I2C_CR_INTERRUPT_ENABLE; in stu300_start_and_await_event()