Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-ocores.c56 #define OCI2C_CONTROL 2 macro
379 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_xfer_core()
381 oc_setreg(i2c, OCI2C_CONTROL, ctrl & ~OCI2C_CTRL_IEN); in ocores_xfer_core()
383 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_IEN); in ocores_xfer_core()
425 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_init()
429 oc_setreg(i2c, OCI2C_CONTROL, ctrl); in ocores_init()
447 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_EN); in ocores_init()
750 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_i2c_remove()
754 oc_setreg(i2c, OCI2C_CONTROL, ctrl); in ocores_i2c_remove()
769 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_i2c_suspend()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-ocores.c56 #define OCI2C_CONTROL 2 macro
378 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_xfer_core()
380 oc_setreg(i2c, OCI2C_CONTROL, ctrl & ~OCI2C_CTRL_IEN); in ocores_xfer_core()
382 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_IEN); in ocores_xfer_core()
424 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_init()
428 oc_setreg(i2c, OCI2C_CONTROL, ctrl); in ocores_init()
446 oc_setreg(i2c, OCI2C_CONTROL, ctrl | OCI2C_CTRL_EN); in ocores_init()
736 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_i2c_remove()
740 oc_setreg(i2c, OCI2C_CONTROL, ctrl); in ocores_i2c_remove()
749 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL); in ocores_i2c_suspend()
[all...]

Completed in 3 milliseconds