Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dshpc.h9 struct SHPCDevice { struct
11 int cap;
14 int nslots;
17 uint8_t *config;
21 uint8_t *cmask;
24 uint8_t *wmask;
27 uint8_t *w1cmask;
30 MemoryRegion mmio;
33 PCIBus *sec_bus;
36 int msi_requested;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h132 typedef struct SHPCDevice SHPCDevice; typedef