OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_STAT_ROVR
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/i2c/
davinci_i2c.h
43
#define
I2C_STAT_ROVR
(1 << 11) /* Receive overrun */
omap24xx_i2c.h
23
#define
I2C_STAT_ROVR
(1 << 11) /* Receive overrun */
davinci_i2c.c
194
I2C_STAT_ROVR
);
omap24xx_i2c.c
161
(
I2C_STAT_ROVR
| I2C_STAT_XUDF | I2C_STAT_XRDY |
Completed in 69 milliseconds