Searched refs:TWI_SR_NACK (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ | ||
| H A D | at91_i2c.h | 21 #define TWI_SR_NACK BIT(8) /* Not Acknowledged */ macro |
| H A D | at91_i2c.c | 37 if (sr & TWI_SR_NACK) in at91_wait_for_xfer() |