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

/u-boot/drivers/i2c/
H A Docores_i2c.c32 #define OCI2C_CMD 4 /* write only */ macro
33 #define OCI2C_STATUS 4 /* read only, same address as OCI2C_CMD */
158 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_IACK);
165 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP);
175 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP);
197 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_START);
204 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STOP);
210 oc_setreg(i2c, OCI2C_CMD, i2c->pos == (msg->len - 1) ?
214 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_WRITE);
354 oc_setreg(i2c, OCI2C_CMD, OCI2C_CMD_STAR
[all...]

Completed in 42 milliseconds