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

/freebsd-10-stable/sys/arm/at91/
H A Dat91_twireg.h76 #define TWI_SR_RXRDY (1U << 1) /* Receive Holding Register Ready */ macro
H A Dat91_twi.c243 if (status & TWI_SR_RXRDY)
244 sc->flags |= TWI_SR_RXRDY;
370 if ((sr = RD4(sc, TWI_SR)) & TWI_SR_RXRDY) {

Completed in 121 milliseconds