Searched refs:OMAP_I2C_STAT_RRDY (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-omap.c99 #define OMAP_I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro
854 ~(OMAP_I2C_STAT_RRDY | OMAP_I2C_STAT_RDR |
869 (OMAP_I2C_STAT_RRDY | OMAP_I2C_STAT_RDR |
874 if (stat & (OMAP_I2C_STAT_RRDY | OMAP_I2C_STAT_RDR)) {
881 if (stat & OMAP_I2C_STAT_RRDY)
906 if (stat & OMAP_I2C_STAT_RRDY)
918 stat & (OMAP_I2C_STAT_RRDY | OMAP_I2C_STAT_RDR));

Completed in 27 milliseconds