Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Domap_gpio.c213 struct Omap2GpioState { struct
214 SysBusDevice parent_obj;
216 MemoryRegion iomem;
217 int mpu_model;
218 void *iclk;
219 void *fclk[6];
220 int modulecount;
221 struct omap2_gpio_s *modules;
222 qemu_irq *handler;
223 int autoidle;
[all …]
/openbmc/qemu/include/hw/arm/
H A Domap.h110 typedef struct Omap2GpioState Omap2GpioState; typedef