Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-ocores.c50 #define OCI2C_DATA 3 macro
169 msg->buf[i2c->pos++] = oc_getreg(i2c, OCI2C_DATA); in ocores_process()
185 oc_setreg(i2c, OCI2C_DATA, addr); in ocores_process()
202 oc_setreg(i2c, OCI2C_DATA, msg->buf[i2c->pos++]); in ocores_process()
225 oc_setreg(i2c, OCI2C_DATA, i2c_8bit_addr_from_msg(i2c->msg)); in ocores_xfer()