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

/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.h75 #define I2CCON_IRPND 0x10 /* Interrupt pending bit */ macro
H A Dnx_i2c.c27 #define I2CCON_IRPND 0x10 /* Interrupt pending bit */ macro
289 reg &= ~(I2CCON_IRPND);
350 if (readl(&i2c->iiccon) & I2CCON_IRPND)
H A Ds3c24x0_i2c.c40 if (readl(&i2c->iiccon) & I2CCON_IRPND)
50 clrbits_le32(&i2c->iiccon, I2CCON_IRPND);

Completed in 46 milliseconds