Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2835_ic.c53 || (s->arm_irq_level & s->arm_irq_enable); in bcm2835_ic_update()
89 res = s->arm_irq_level & s->arm_irq_enable; in bcm2835_ic_read()
116 res = s->arm_irq_enable; in bcm2835_ic_read()
125 res = ~s->arm_irq_enable; in bcm2835_ic_read()
153 s->arm_irq_enable |= val & 0xff; in bcm2835_ic_write()
162 s->arm_irq_enable &= ~val & 0xff; in bcm2835_ic_write()
185 s->arm_irq_enable = 0; in bcm2835_ic_reset()
215 VMSTATE_UINT8(arm_irq_enable, BCM2835ICState),
/openbmc/qemu/include/hw/intc/
H A Dbcm2835_ic.h31 uint8_t arm_irq_level, arm_irq_enable; member