Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dbcm2835_peripherals.c69 &s_base->orgated_dma_irq, TYPE_OR_IRQ); in bcm2835_peripherals_init()
70 object_property_set_int(OBJECT(&s_base->orgated_dma_irq), "num-lines", in bcm2835_peripherals_init()
206 if (!qdev_realize(DEVICE(&s_base->orgated_dma_irq), NULL, errp)) { in bcm2835_peripherals_realize()
212 qdev_get_gpio_in(DEVICE(&s_base->orgated_dma_irq), n)); in bcm2835_peripherals_realize()
214 qdev_connect_gpio_out(DEVICE(&s_base->orgated_dma_irq), 0, in bcm2835_peripherals_realize()
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h65 OrIRQState orgated_dma_irq; member