Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-at91.c91 #define AT91_TWI_ACR_DIR BIT(8) macro
789 ((is_read) ? AT91_TWI_ACR_DIR : 0)); in at91_twi_xfer()