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