Home
last modified time | relevance | path

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

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