Home
last modified time | relevance | path

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

/qemu/hw/i2c/
H A Dmpc_i2c.c72 struct MPCI2CState { struct
115 MPCI2CState *i2c = MPC_I2C(dev); in mpc_i2c_reset()
125 static void mpc_i2c_irq(MPCI2CState *s) in mpc_i2c_irq()
195 MPCI2CState *s = opaque; in mpc_i2c_read()
235 MPCI2CState *s = opaque; in mpc_i2c_write()
317 VMSTATE_UINT8(adr, MPCI2CState),
318 VMSTATE_UINT8(fdr, MPCI2CState),
319 VMSTATE_UINT8(cr, MPCI2CState),
320 VMSTATE_UINT8(sr, MPCI2CState),
321 VMSTATE_UINT8(dr, MPCI2CState),
[all …]