Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dbcm2835_i2c.h62 struct BCM2835I2CState { struct
64 SysBusDevice parent_obj;
67 MemoryRegion iomem;
68 I2CBus *bus;
69 qemu_irq irq;
71 uint32_t c;
72 uint32_t s;
73 uint32_t dlen;
74 uint32_t a;
75 uint32_t div;
[all …]