Home
last modified time | relevance | path

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

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