Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Ddavinci_i2c.h35 #define I2C_IE_RRDY_IE (1 << 3) /* Receive data ready interrupt enable */ macro
H A Domap24xx_i2c.h14 #define I2C_IE_RRDY_IE (1 << 3) /* Receive data ready interrupt enable */ macro
H A Ddavinci_i2c.c117 I2C_IE_RRDY_IE | I2C_IE_ARDY_IE | I2C_IE_NACK_IE; in _davinci_i2c_init()
H A Domap24xx_i2c.c458 I2C_IE_RRDY_IE | I2C_IE_ARDY_IE | in __omap24_i2c_init()