Searched refs:I2C_INT_STOP (Results 1 – 1 of 1) sorted by relevance
90 #define I2C_INT_STOP 0x04 /* STOP condition sent */ macro236 kiic_writereg(sc, IER, I2C_INT_DATA | I2C_INT_ADDR | I2C_INT_STOP); in kiic_attach()342 if (isr & I2C_INT_STOP) { in kiic_intr()