Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dzaurus.c33 struct ScoopInfo { struct
34 SysBusDevice parent_obj;
36 qemu_irq handler[16];
37 MemoryRegion iomem;
38 uint16_t status;
39 uint16_t power;
40 uint32_t gpio_level;
64 static inline void scoop_gpio_handler_update(ScoopInfo *s) { in scoop_gpio_handler_update() argument