Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2836_control.c105 if (s->route_localtimer & 4) { in bcm2836_control_update()
106 s->fiqsrc[(s->route_localtimer & 3)] |= (uint32_t)1 << IRQ_TIMER; in bcm2836_control_update()
108 s->irqsrc[(s->route_localtimer & 3)] |= (uint32_t)1 << IRQ_TIMER; in bcm2836_control_update()
253 return s->route_localtimer; in bcm2836_control_read()
284 s->route_localtimer = val & 7; in bcm2836_control_write()
323 s->route_localtimer = 0; in bcm2836_control_reset()
382 VMSTATE_UINT8_V(route_localtimer, BCM2836ControlState, 2),
/openbmc/qemu/include/hw/intc/
H A Dbcm2836_control.h50 uint8_t route_localtimer; member