Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtsi108_i2c.c86 op_status = TSI108_I2C_SUCCESS; in i2c_read_byte()
146 if (TSI108_I2C_SUCCESS != op_status) { in i2c_read()
202 op_status = TSI108_I2C_SUCCESS; in i2c_write_byte()
247 if (TSI108_I2C_SUCCESS != op_status) { in i2c_write()
/OK3568_Linux_fs/u-boot/include/
H A Dtsi108.h202 #define TSI108_I2C_SUCCESS 0 macro