Searched refs:AT91_TWI_RXRDY (Results 1 – 1 of 1) sorted by relevance
61 #define AT91_TWI_RXRDY 0x0002 /* Receive Holding Register Ready */ macro69 (AT91_TWI_TXCOMP | AT91_TWI_RXRDY | AT91_TWI_TXRDY | AT91_TWI_NACK)322 at91_twi_write(dev, AT91_TWI_IER, AT91_TWI_RXRDY | AT91_TWI_TXCOMP); in at91_twi_read_data_dma_callback()375 else if (irqstatus & AT91_TWI_RXRDY) in atmel_twi_interrupt()437 if (at91_twi_read(dev, AT91_TWI_SR) & AT91_TWI_RXRDY) { in at91_do_twi_transfer()461 AT91_TWI_RXRDY); in at91_do_twi_transfer()