Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dmpc_i2c.c39 OBJECT_DECLARE_SIMPLE_TYPE(MPCI2CState, MPC_I2C)
72 struct MPCI2CState { struct
88 static bool mpc_i2c_is_enabled(MPCI2CState *s) in mpc_i2c_is_enabled() argument
93 static bool mpc_i2c_is_master(MPCI2CState *s) in mpc_i2c_is_master()
98 static bool mpc_i2c_direction_is_tx(MPCI2CState *s) in mpc_i2c_direction_is_tx()
103 static bool mpc_i2c_irq_pending(MPCI2CState *s) in mpc_i2c_irq_pending()
108 static bool mpc_i2c_irq_is_enabled(MPCI2CState *s) in mpc_i2c_irq_is_enabled()
115 MPCI2CState *i2c = MPC_I2C(dev); in mpc_i2c_reset()
125 static void mpc_i2c_irq(MPCI2CState *s) in mpc_i2c_irq()
141 static void mpc_i2c_soft_reset(MPCI2CState *s) in mpc_i2c_soft_reset()
[all …]