Searched refs:I2C_MCR_STOP (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-nomadik.c68 #define I2C_MCR_STOP (0x1 << 14) /* Stop condition */ macro
295 mcr |= GEN_MASK(1, I2C_MCR_STOP, 14);
297 mcr &= ~(GEN_MASK(1, I2C_MCR_STOP, 14));

Completed in 54 milliseconds