Searched refs:OCI2C_CMD (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-ocores.c | 57 #define OCI2C_CMD 4 /* write only */ macro 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_STOP); in ocores_process_timeout() 379 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_START); in ocores_xfer_core() [all …]
|