Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dbcm2835_mbox.c102 s->mbox_irq_disabled = true; in bcm2835_mbox_update()
118 s->mbox_irq_disabled = false; in bcm2835_mbox_update()
142 if (!s->mbox_irq_disabled) { in bcm2835_mbox_set_irq()
300 s->mbox_irq_disabled = false; in bcm2835_mbox_reset()
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_mbox.h34 bool mbox_irq_disabled; member