Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dsifive_gpio.h21 typedef struct SIFIVEGPIOState SIFIVEGPIOState; typedef
47 struct SIFIVEGPIOState { struct
48 SysBusDevice parent_obj;
50 MemoryRegion mmio;
52 qemu_irq irq[SIFIVE_GPIO_PINS];
53 qemu_irq output[SIFIVE_GPIO_PINS];
55 uint32_t value; /* Actual value of the pin */
56 uint32_t input_en;
57 uint32_t output_en;
58 uint32_t port; /* Pin value requested by the user */
[all …]