Searched defs:AwH3DramCtlState (Results 1 – 1 of 1) sorted by relevance
68 struct AwH3DramCtlState { struct70 SysBusDevice parent_obj;74 hwaddr ram_addr;77 uint32_t ram_size;84 MemoryRegion row_mirror; /**< Simulates rows for RAM size detection */85 MemoryRegion row_mirror_alias; /**< Alias of the row which is mirrored */86 MemoryRegion dramcom_iomem; /**< DRAMCOM module I/O registers */87 MemoryRegion dramctl_iomem; /**< DRAMCTL module I/O registers */88 MemoryRegion dramphy_iomem; /**< DRAMPHY module I/O registers */97 uint32_t dramcom[AW_H3_DRAMCOM_REGS_NUM]; /**< Array of DRAMCOM registers */[all …]