Lines Matching refs:mpc
72 TZMPC mpc[MUSCA_MPC_MAX]; member
224 TZMPC *mpc = opaque; in make_mpc() local
225 int i = mpc - &mms->mpc[0]; in make_mpc()
259 object_initialize_child(OBJECT(mms), mpcname, mpc, TYPE_TZ_MPC); in make_mpc()
260 object_property_set_link(OBJECT(mpc), "downstream", OBJECT(downstream), in make_mpc()
262 sysbus_realize(SYS_BUS_DEVICE(mpc), &error_fatal); in make_mpc()
264 upstream = sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 1); in make_mpc()
267 qdev_connect_gpio_out_named(DEVICE(mpc), "irq", 0, in make_mpc()
273 return sysbus_mmio_get_region(SYS_BUS_DEVICE(mpc), 0); in make_mpc()
337 { "mpc0", make_mpc, &mms->mpc[0], 0x12000, 0x1000 }, in make_musca_a_devs()
338 { "mpc1", make_mpc, &mms->mpc[1], 0x13000, 0x1000 }, in make_musca_a_devs()
468 { "mpc0", make_mpc, &mms->mpc[0], 0x52000000, 0x1000 }, in musca_init()
469 { "mpc1", make_mpc, &mms->mpc[1], 0x52100000, 0x1000 }, in musca_init()
470 { "mpc2", make_mpc, &mms->mpc[2], 0x52200000, 0x1000 }, in musca_init()
471 { "mpc3", make_mpc, &mms->mpc[3], 0x52300000, 0x1000 }, in musca_init()
479 { "mpc4", make_mpc, &mms->mpc[4], 0x52e00000, 0x1000 }, in musca_init()