Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.h75 #define I2CCON_IRPND 0x10 /* Interrupt pending bit */ macro
H A Ds3c24x0_i2c.c44 if (readl(&i2c->iiccon) & I2CCON_IRPND) in WaitForXfer()
54 clrbits_le32(&i2c->iiccon, I2CCON_IRPND); in read_write_byte()