Searched refs:OCI2C_DATA (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 57 #define OCI2C_DATA 3 macro 195 msg->buf[i2c->pos++] = oc_getreg(i2c, OCI2C_DATA); in ocores_process() 212 oc_setreg(i2c, OCI2C_DATA, addr); in ocores_process() 229 oc_setreg(i2c, OCI2C_DATA, msg->buf[i2c->pos++]); in ocores_process() 390 oc_setreg(i2c, OCI2C_DATA, i2c_8bit_addr_from_msg(i2c->msg)); in ocores_xfer_core()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 57 #define OCI2C_DATA 3 macro 194 msg->buf[i2c->pos++] = oc_getreg(i2c, OCI2C_DATA); in ocores_process() 211 oc_setreg(i2c, OCI2C_DATA, addr); in ocores_process() 228 oc_setreg(i2c, OCI2C_DATA, msg->buf[i2c->pos++]); in ocores_process() 389 oc_setreg(i2c, OCI2C_DATA, i2c_8bit_addr_from_msg(i2c->msg)); in ocores_xfer_core()
|
Completed in 3 milliseconds