Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dat91_i2c.c93 if (bus->status & (TWI_SR_OVRE | TWI_SR_UNRE | TWI_SR_LOCK)) { in at91_i2c_xfer_msg()
101 if (bus->status & TWI_SR_LOCK) in at91_i2c_xfer_msg()
Dat91_i2c.h22 #define TWI_SR_LOCK BIT(23) /* TWI Lock due to Frame Errors */ macro