Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/mentor/i2c/
Dmi2cv.c36 #define I2C_CONTROL_IFLG 0x00000008 macro
75 reg &= ~(I2C_CONTROL_IFLG); in mentor_i2c_interrupt_clear()
77 reg |= I2C_CONTROL_IFLG; in mentor_i2c_interrupt_clear()
90 reg &= I2C_CONTROL_IFLG; in mentor_i2c_interrupt_get()