Home
last modified time | relevance | path

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

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