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.c114 &s->orgated_dma_irq, TYPE_OR_IRQ); in bcm2835_peripherals_init()
115 object_property_set_int(OBJECT(&s->orgated_dma_irq), "num-lines", in bcm2835_peripherals_init()
345 if (!qdev_realize(DEVICE(&s->orgated_dma_irq), NULL, errp)) { in bcm2835_peripherals_realize()
351 qdev_get_gpio_in(DEVICE(&s->orgated_dma_irq), n)); in bcm2835_peripherals_realize()
353 qdev_connect_gpio_out(DEVICE(&s->orgated_dma_irq), 0, in bcm2835_peripherals_realize()
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h59 OrIRQState orgated_dma_irq; member