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

/u-boot/drivers/i2c/
H A Docores_i2c.c31 #define OCI2C_DATA 3 macro
179 msg->buf[i2c->pos++] = oc_getreg(i2c, OCI2C_DATA);
196 oc_setreg(i2c, OCI2C_DATA, addr);
213 oc_setreg(i2c, OCI2C_DATA, msg->buf[i2c->pos++]);
353 oc_setreg(i2c, OCI2C_DATA, i2c_8bit_addr_from_msg(i2c->msg));

Completed in 36 milliseconds