OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_STAT_BB
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/i2c/
davinci_i2c.h
42
#define
I2C_STAT_BB
(1 << 12) /* Bus busy */
omap24xx_i2c.h
22
#define
I2C_STAT_BB
(1 << 12) /* Bus busy */
omap24xx_i2c.c
124
while ((stat = readw(&i2c_base->stat) &
I2C_STAT_BB
) && timeout--) {
128
I2C_STAT_BB
) && timeout--) {
davinci_i2c.c
47
if (!((stat) &
I2C_STAT_BB
)) {
Completed in 58 milliseconds