Home
last modified time | relevance | path

Searched refs:fpgaio (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dmps2.c85 MPS2FPGAIO fpgaio; member
416 &mms->fpgaio, TYPE_MPS2_FPGAIO); in mps2_common_init()
417 qdev_prop_set_uint32(DEVICE(&mms->fpgaio), "prescale-clk", 25000000); in mps2_common_init()
418 sysbus_realize(SYS_BUS_DEVICE(&mms->fpgaio), &error_fatal); in mps2_common_init()
419 sysbus_mmio_map(SYS_BUS_DEVICE(&mms->fpgaio), 0, 0x40028000); in mps2_common_init()
H A Dmps2-tz.c145 MPS2FPGAIO fpgaio; member
489 MPS2FPGAIO *fpgaio = opaque; in make_fpgaio() local
492 object_initialize_child(OBJECT(mms), "fpgaio", fpgaio, TYPE_MPS2_FPGAIO); in make_fpgaio()
493 qdev_prop_set_uint32(DEVICE(fpgaio), "num-leds", mmc->fpgaio_num_leds); in make_fpgaio()
494 qdev_prop_set_bit(DEVICE(fpgaio), "has-switches", mmc->fpgaio_has_switches); in make_fpgaio()
495 qdev_prop_set_bit(DEVICE(fpgaio), "has-dbgctrl", mmc->fpgaio_has_dbgctrl); in make_fpgaio()
496 sysbus_realize(SYS_BUS_DEVICE(fpgaio), &error_fatal); in make_fpgaio()
497 return sysbus_mmio_get_region(SYS_BUS_DEVICE(fpgaio), 0); in make_fpgaio()
979 { "fpgaio", make_fpgaio, &mms->fpgaio, 0x40302000, 0x1000 }, in mps2tz_common_init()
1033 { "fpgaio", make_fpgaio, &mms->fpgaio, 0x41302000, 0x1000 }, in mps2tz_common_init()
[all …]
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dmps2.dtsi215 fpgaio@8000 {
/openbmc/qemu/hw/misc/
H A Dmeson.build113 system_ss.add(when: 'CONFIG_MPS2_FPGAIO', if_true: files('mps2-fpgaio.c'))
H A Dtrace-events111 # mps2-fpgaio.c