Home
last modified time | relevance | path

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

/qemu/hw/i2c/
H A Dmpc_i2c.c88 static bool mpc_i2c_is_enabled(MPCI2CState *s) in mpc_i2c_is_enabled() function
129 if (mpc_i2c_is_enabled(s) && mpc_i2c_irq_is_enabled(s) in mpc_i2c_irq()
247 if (mpc_i2c_is_enabled(s) && ((value & CCR_MEN) == 0)) { in mpc_i2c_write()
283 if (!mpc_i2c_is_enabled(s)) { in mpc_i2c_write()