Searched refs:I2C_READING (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/at91/
H A Dat91twivar.h48 #define I2C_READING 0x0002 macro
H A Dat91twi.c177 if (sc->sc_flags & I2C_READING && sr & TWI_SR_RXRDY) {
233 int rd = (sc->sc_flags & I2C_READING);
271 sc->sc_flags = I2C_READING;
/netbsd-current/sys/arch/macppc/dev/
H A Dki2cvar.h83 #define I2C_READING 0x02 macro
H A Dki2c.c275 if (sc->sc_flags & I2C_READING) {
288 if (sc->sc_flags & I2C_READING) {
345 int rw = (sc->sc_flags & I2C_READING) ? 1 : 0;
378 sc->sc_flags = I2C_READING;

Completed in 322 milliseconds