Searched refs:I2SR_IIF (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-imx.c74 #define I2SR_IIF 0x02 macro
162 wait_event_timeout(i2c_imx->queue, i2c_imx->i2csr & I2SR_IIF, HZ / 10);
164 if (unlikely(!(i2c_imx->i2csr & I2SR_IIF))) {
287 if (temp & I2SR_IIF) {
290 temp &= ~I2SR_IIF;
434 (temp & I2SR_SRW ? 1 : 0), (temp & I2SR_IIF ? 1 : 0),

Completed in 50 milliseconds