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

/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dmotoi2creg.h52 #define SR_MBB 0x20 /* 1 before STOP condition is detected */ macro
H A Dmotoi2c.c196 if ((cr & CR_MSTA) == 0 && (sr & SR_MBB) != 0) {
201 } while (--timo > 0 && ((sr = I2C_READ(I2CSR)) & SR_MBB) != 0);

Completed in 91 milliseconds