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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-ocores.c135 static inline u8 oc_getreg(struct ocores_i2c *i2c, int reg) oc_getreg() function
143 u8 stat = oc_getreg(i2c, OCI2C_STATUS); ocores_process()
169 msg->buf[i2c->pos++] = oc_getreg(i2c, OCI2C_DATA); ocores_process()
245 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); ocores_init()
517 oc_setreg(i2c, OCI2C_CONTROL, oc_getreg(i2c, OCI2C_CONTROL) ocores_i2c_remove()
533 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); ocores_i2c_suspend()

Completed in 39 milliseconds