Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c38 #define LPC32XX_I2C_STAT_TFF 0x00000400 macro
149 & (!(stat & LPC32XX_I2C_STAT_TFF))) { in __i2c_read()
196 if (!(stat & LPC32XX_I2C_STAT_TFF)) { in __i2c_write()
208 if (!(stat & LPC32XX_I2C_STAT_TFF)) { in __i2c_write()