HomeSort by: relevance | last modified time | path
    Searched refs:SR_MBB (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
motoi2creg.h 52 #define SR_MBB 0x20 /* 1 before STOP condition is detected */
motoi2c.c 145 while ((I2C_READ(I2CSR) & SR_MBB) != 0 && --timo)
225 if ((cr & CR_MSTA) == 0 && (sr & SR_MBB) != 0) {

Completed in 17 milliseconds