Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.c121 while (readl(&i2c->iicstat) & I2CSTAT_BSY) { in i2c_transfer()
288 while (readl(&i2c->iicstat) & I2CSTAT_BSY) { in s3c24x0_i2c_xfer()
H A Ds3c24x0_i2c.h73 #define I2CSTAT_BSY 0x20 /* Busy bit */ macro