Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dppc4xx_i2c.h37 struct PPC4xxI2CState { struct
39 SysBusDevice parent_obj;
42 I2CBus *bus;
43 qemu_irq irq;
44 MemoryRegion iomem;
45 bitbang_i2c_interface bitbang;
46 int mdidx;
47 uint8_t mdata[4];
48 uint8_t lmadr;
49 uint8_t hmadr;
[all …]