OCI2C_CONTROL     377 drivers/i2c/busses/i2c-ocores.c 	ctrl = oc_getreg(i2c, OCI2C_CONTROL);
OCI2C_CONTROL     379 drivers/i2c/busses/i2c-ocores.c 		oc_setreg(i2c, OCI2C_CONTROL, ctrl & ~OCI2C_CTRL_IEN);
OCI2C_CONTROL     381 drivers/i2c/busses/i2c-ocores.c 		oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_IEN);
OCI2C_CONTROL     422 drivers/i2c/busses/i2c-ocores.c 	u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL);
OCI2C_CONTROL     426 drivers/i2c/busses/i2c-ocores.c 	oc_setreg(i2c, OCI2C_CONTROL, ctrl);
OCI2C_CONTROL     444 drivers/i2c/busses/i2c-ocores.c 	oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_EN);
OCI2C_CONTROL     747 drivers/i2c/busses/i2c-ocores.c 	u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL);
OCI2C_CONTROL     751 drivers/i2c/busses/i2c-ocores.c 	oc_setreg(i2c, OCI2C_CONTROL, ctrl);
OCI2C_CONTROL     766 drivers/i2c/busses/i2c-ocores.c 	u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL);
OCI2C_CONTROL     770 drivers/i2c/busses/i2c-ocores.c 	oc_setreg(i2c, OCI2C_CONTROL, ctrl);