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