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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-ocores.c49 #define OCI2C_CONTROL 2 macro
245 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); ocores_init()
248 oc_setreg(i2c, OCI2C_CONTROL, ctrl & ~(OCI2C_CTRL_EN|OCI2C_CTRL_IEN)); ocores_init()
266 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_IEN | OCI2C_CTRL_EN); 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()
536 oc_setreg(i2c, OCI2C_CONTROL, ctrl & ~(OCI2C_CTRL_EN|OCI2C_CTRL_IEN)); ocores_i2c_suspend()

Completed in 33 milliseconds