Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-at91.c88 #define AT91_TWI_ACR_DIR BIT(8) macro
748 ((is_read) ? AT91_TWI_ACR_DIR : 0)); in at91_twi_xfer()