Searched refs:TWI_SR_RXRDY (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/arm/at91/
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) {
H A Dat91_twireg.h76 #define TWI_SR_RXRDY (1U << 1) /* Receive Holding Register Ready */ macro
H A Dboard_tsc4370.c243 while (!(RD4HW(AT91RM92_TWI_BASE, TWI_SR) & TWI_SR_RXRDY) &&

Completed in 131 milliseconds