Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-ocores.c58 #define OCI2C_CMD 4 /* write only */ macro
162 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_IACK); in ocores_process()
170 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process()
180 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process()
202 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_START); in ocores_process()
209 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process()
215 oc_setreg(i2c, OCI2C_CMD, i2c->pos == (msg->len-1) ? in ocores_process()
219 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_WRITE); in ocores_process()
252 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process_timeout()
373 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_START); in ocores_xfer_core()
[all …]