Searched refs:LPC32XX_I2C_TX_STOP (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c33 #define LPC32XX_I2C_TX_STOP 0x00000200 macro
97 writel((dev<<1) | LPC32XX_I2C_TX_START | LPC32XX_I2C_TX_STOP,
128 a |= LPC32XX_I2C_TX_STOP;
153 LPC32XX_I2C_TX_STOP, &base->tx);
200 a |= LPC32XX_I2C_TX_STOP;
213 d |= LPC32XX_I2C_TX_STOP;

Completed in 88 milliseconds