Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dfsl_i2c.c35 #define I2C_WRITE_BIT 0 macro
329 if (write == I2C_WRITE_BIT && (csr & I2C_SR_RXAK)) { in i2c_wait()
350 if (i2c_wait(base, I2C_WRITE_BIT) < 0) in i2c_write_addr()
364 if (i2c_wait(base, I2C_WRITE_BIT) < 0) in __i2c_write_data()
419 if (i2c_write_addr(base, chip_addr, I2C_WRITE_BIT, 0) != 0) in __i2c_read()
430 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()