OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_STAT_ARDY
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/i2c/
davinci_i2c.h
49
#define
I2C_STAT_ARDY
(1 << 2) /* Register access ready */
omap24xx_i2c.h
29
#define
I2C_STAT_ARDY
(1 << 2) /* Register access ready */
omap24xx_i2c.c
162
I2C_STAT_RRDY |
I2C_STAT_ARDY
| I2C_STAT_NACK |
518
if (status &
I2C_STAT_ARDY
) {
519
writew(
I2C_STAT_ARDY
, &i2c_base->stat);
555
if (status &
I2C_STAT_ARDY
) {
556
writew(
I2C_STAT_ARDY
, &i2c_base->stat);
683
} while (!(status &
I2C_STAT_ARDY
) && timeout--);
davinci_i2c.c
175
I2C_STAT_NACK |
I2C_STAT_ARDY
);
179
if (!(tmp &
I2C_STAT_ARDY
)) {
Completed in 56 milliseconds