Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dppc4xx_i2c.h35 OBJECT_DECLARE_SIMPLE_TYPE(PPC4xxI2CState, PPC4xx_I2C)
37 struct PPC4xxI2CState { struct
/openbmc/qemu/hw/i2c/
H A Dppc4xx_i2c.c91 PPC4xxI2CState *i2c = PPC4xx_I2C(s); in ppc4xx_i2c_reset()
109 PPC4xxI2CState *i2c = PPC4xx_I2C(opaque); in ppc4xx_i2c_readb()
189 PPC4xxI2CState *i2c = opaque; in ppc4xx_i2c_writeb()
347 PPC4xxI2CState *s = PPC4xx_I2C(o); in ppc4xx_i2c_init()
367 .instance_size = sizeof(PPC4xxI2CState),
/openbmc/qemu/hw/ppc/
H A Dppc405.h177 PPC4xxI2CState i2c;