Home
last modified time | relevance | path

Searched refs:tcm_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nios2/
H A Dgeneric_nommu.c50 ram_addr_t tcm_base = 0x0; in nios2_generic_nommu_init() local
60 memory_region_add_subregion(address_space_mem, tcm_base, phys_tcm); in nios2_generic_nommu_init()
61 memory_region_add_subregion(address_space_mem, 0xc0000000 + tcm_base, in nios2_generic_nommu_init()
H A D10m50_devboard.c62 ram_addr_t tcm_base = 0x0; in OBJECT_DECLARE_TYPE() local
74 memory_region_add_subregion(address_space_mem, tcm_base, &nms->phys_tcm); in OBJECT_DECLARE_TYPE()
75 memory_region_add_subregion(address_space_mem, 0xc0000000 + tcm_base, in OBJECT_DECLARE_TYPE()