Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dtsi108_i2c.c48 u32 op_status = TSI108_I2C_TIMEOUT_ERR; in i2c_read_byte() local
86 op_status = TSI108_I2C_SUCCESS; in i2c_read_byte()
95 op_status = TSI108_I2C_IF_ERROR; in i2c_read_byte()
104 op_status = TSI108_I2C_IF_BUSY; in i2c_read_byte()
109 DPRINT (("I2C read_byte() status: 0x%02x\n", op_status)); in i2c_read_byte()
110 return op_status; in i2c_read_byte()
133 u32 op_status = TSI108_I2C_PARAM_ERR; in i2c_read() local
144 op_status = i2c_read_byte(i2c_if, chip_addr, byte_addr++, buffer++); in i2c_read()
146 if (TSI108_I2C_SUCCESS != op_status) { in i2c_read()
147 DPRINT (("I2C read_byte() failed: 0x%02x (%d left)\n", op_status, len)); in i2c_read()
[all …]