Home
last modified time | relevance | path

Searched refs:TWI_SR_TXRDY (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/arm/at91/
Dat91twi.c186 if (isr & TWI_SR_TXRDY) { in at91twi_intr()
197 if (isr & (TWI_SR_TXRDY | TWI_SR_RXRDY) && sc->sc_resid <= 0) { in at91twi_intr()
199 at91twi_writereg(sc, TWI_IDR, TWI_SR_RXRDY | TWI_SR_TXRDY); in at91twi_intr()
254 | (rd ? TWI_SR_RXRDY : TWI_SR_TXRDY)); in at91twi_start()
Dat91twireg.h84 #define TWI_SR_TXRDY 0x004U /* 1 = transmit holding reg rdy */ macro