Searched refs:I2C_WRITE_BIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | fsl_i2c.c | 35 #define I2C_WRITE_BIT 0 macro 331 if (write == I2C_WRITE_BIT && (csr & I2C_SR_RXAK)) { in i2c_wait() 352 if (i2c_wait(base, I2C_WRITE_BIT) < 0) in i2c_write_addr() 366 if (i2c_wait(base, I2C_WRITE_BIT) < 0) in __i2c_write_data() 420 if (i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0) in __i2c_read() 431 i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0 && in __i2c_read() 459 if (i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0 && in __i2c_write()
|