Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-at91.c94 #define AT91_TWI_FMR_RXRDYM_MASK (0x3 << 4) macro
438 fifo_mr &= ~AT91_TWI_FMR_RXRDYM_MASK; in at91_twi_read_data_dma()
608 AT91_TWI_FMR_RXRDYM_MASK); in at91_do_twi_transfer()