Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Daspeed.c38 struct AspeedMachineState { struct
40 MachineState parent_obj;
43 AspeedSoCState *soc;
44 MemoryRegion boot_rom;
45 bool mmio_exec;
46 uint32_t uart_chosen;
47 char *fmc_model;
48 char *spi_model;
49 uint32_t hw_strap1;
/openbmc/qemu/include/hw/arm/
H A Daspeed.h15 typedef struct AspeedMachineState AspeedMachineState; typedef