Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dxlnx-zynqmp-apu-ctrl.c35 qemu_set_irq(s->wfi_out[i], !!(wfi_pending & (1 << i))); in update_wfi_out()
203 qdev_init_gpio_out_named(DEVICE(obj), s->wfi_out, "wfi_out", 4); in zynqmp_apu_init()
/openbmc/qemu/include/hw/misc/
H A Dxlnx-zynqmp-apu-ctrl.h80 qemu_irq wfi_out[4]; member