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.c57 #define OCI2C_CMD 4 /* write only */ macro
58 #define OCI2C_STATUS 4 /* read only, same address as OCI2C_CMD */
161 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_IACK); in ocores_process()
169 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process()
179 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process()
201 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_START); in ocores_process()
208 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP); in ocores_process()
214 oc_setreg(i2c, OCI2C_CMD, i2c->pos == (msg->len-1) ? in ocores_process()
218 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_WRITE); in ocores_process()
251 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STO in ocores_process_timeout()
[all...]