Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dsifive_plic.h29 typedef struct SiFivePLICState SiFivePLICState; typedef
45 struct SiFivePLICState { struct
47 SysBusDevice parent_obj;
50 MemoryRegion mmio;
51 uint32_t num_addrs;
52 uint32_t num_harts;
53 uint32_t bitfield_words;
54 uint32_t num_enables;
55 PLICAddr *addr_config;
56 uint32_t *source_priority;
[all …]