Searched refs:timer_memory (Results 1 – 1 of 1) sorted by relevance
268 MemoryRegion *timer_memory = NULL; in macio_newworld_realize() local301 timer_memory = g_new(MemoryRegion, 1); in macio_newworld_realize()302 memory_region_init_io(timer_memory, OBJECT(s), &timer_ops, NULL, "timer", in macio_newworld_realize()304 memory_region_add_subregion(&s->bar, 0x15000, timer_memory); in macio_newworld_realize()