Searched refs:AT91_TWI_ACR_DATAL_MASK (Results 1 – 2 of 2) sorted by relevance
86 #define AT91_TWI_ACR_DATAL_MASK GENMASK(15, 0) macro87 #define AT91_TWI_ACR_DATAL(len) ((len) & AT91_TWI_ACR_DATAL_MASK)
858 acr &= ~AT91_TWI_ACR_DATAL_MASK; in at91_twi_recover_bus_cmd()