Searched refs:OCI2C_CONTROL (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 55 #define OCI2C_CONTROL 2 macro 367 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_xfer_core() 369 oc_setreg(i2c, OCI2C_CONTROL, ctrl & ~OCI2C_CTRL_IEN); in ocores_xfer_core() 371 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_IEN); in ocores_xfer_core() 413 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_init() 417 oc_setreg(i2c, OCI2C_CONTROL, ctrl); in ocores_init() 434 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_EN); in ocores_init() 729 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_i2c_remove() 733 oc_setreg(i2c, OCI2C_CONTROL, ctrl); in ocores_i2c_remove() 742 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_i2c_suspend() [all...] |