Home
last modified time | relevance | path

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

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