Searched refs:TWI_SR_TXCOMP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/arm/at91/
H A Dat91_twireg.h75 #define TWI_SR_TXCOMP (1U << 0) /* Transmission Completed */ macro
H A Dat91_twi.c247 if (status & TWI_SR_TXCOMP)
248 sc->flags |= TWI_SR_TXCOMP;
369 while (!(sr & TWI_SR_TXCOMP)) {
389 if ((err = at91_twi_wait(sc, TWI_SR_TXCOMP)))
H A Dboard_tsc4370.c256 while (!(RD4HW(AT91RM92_TWI_BASE, TWI_SR) & TWI_SR_TXCOMP))

Completed in 61 milliseconds