Searched refs:I2C_INT_AL (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c40 #define I2C_INT_AL (1 << 1) /* arbitration lost */ macro
130 if (irq & I2C_INT_AL) {
162 const u32 irq_flags = I2C_INT_TE | I2C_INT_NA | I2C_INT_AL;
203 const u32 irq_flags = I2C_INT_RB | I2C_INT_NA | I2C_INT_AL;

Completed in 39 milliseconds