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

/u-boot/drivers/i2c/
H A Dfsl_i2c.c39 #define I2C_WRITE_BIT 0 macro
335 if (write == I2C_WRITE_BIT && (csr & I2C_SR_RXAK)) {
356 if (i2c_wait(base, I2C_WRITE_BIT) < 0)
370 if (i2c_wait(base, I2C_WRITE_BIT) < 0)
425 if (i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0)
436 i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0 &&
464 if (i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0 &&

Completed in 88 milliseconds