Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-emev2.c32 #define I2C_OFS_IICF0 0x20 /* IIC flag */ macro
125 writeb(I2C_BIT_STCEN | I2C_BIT_IICRSV, priv->base + I2C_OFS_IICF0); in em_i2c_reset()
215 if (readb(priv->base + I2C_OFS_IICF0) & I2C_BIT_IICBSY) in em_i2c_xfer()