Searched refs:OMAP_I2C_CON_STT (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.c138 #define OMAP_I2C_CON_STT (1 << 0) /* Start condition (master) */ macro
576 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT;
598 while (con & OMAP_I2C_CON_STT) {
611 w &= ~OMAP_I2C_CON_STT;

Completed in 74 milliseconds