Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2836_control.c114 if (s->timerirqs[i]) { in bcm2836_control_update()
115 assert(s->timerirqs[i] < (1 << (IRQ_CNTVIRQ + 1))); /* sane mask? */ in bcm2836_control_update()
117 if ((s->timerirqs[i] & (1 << j)) != 0) { in bcm2836_control_update()
148 s->timerirqs[core] = deposit32(s->timerirqs[core], local_irq, 1, !!level); in bcm2836_control_set_local_irq()
/openbmc/qemu/include/hw/intc/
H A Dbcm2836_control.h45 uint8_t timerirqs[BCM2836_NCORES]; member