Searched refs:I2CCON_IRPND (Results 1 – 2 of 2) sorted by relevance
45 if (readl(&i2c->iiccon) & I2CCON_IRPND) in WaitForXfer()55 clrbits_le32(&i2c->iiccon, I2CCON_IRPND); in read_write_byte()
76 #define I2CCON_IRPND 0x10 /* Interrupt pending bit */ macro