Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2836_control.c31 #define REG_TIMERCONTROL 0x40 macro
258 } else if (offset >= REG_TIMERCONTROL && offset < REG_MBOXCONTROL) { in bcm2836_control_read()
259 return s->timercontrol[(offset - REG_TIMERCONTROL) >> 2]; in bcm2836_control_read()
289 } else if (offset >= REG_TIMERCONTROL && offset < REG_MBOXCONTROL) { in bcm2836_control_write()
290 s->timercontrol[(offset - REG_TIMERCONTROL) >> 2] = val & 0xff; in bcm2836_control_write()