Lines Matching full:downstream
119 * needs to be plugged into the downstream end of the PPC port.
226 MemoryRegion *downstream; in make_mpc() local
236 downstream = &mms->ram[i]; in make_mpc()
237 memory_region_init_rom(downstream, NULL, mpcinfo[i].name, in make_mpc()
241 downstream = &mms->ram[i]; in make_mpc()
242 memory_region_init_ram(downstream, NULL, mpcinfo[i].name, in make_mpc()
253 downstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(uds), 0); in make_mpc()
260 object_property_set_link(OBJECT(mpc), "downstream", OBJECT(downstream), in make_mpc()
436 * + initialize, configure and realize downstream devices in musca_init()
437 * + connect downstream device MemoryRegions to the PPC in musca_init()
440 * where the downstream devices should appear in musca_init()