Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2836_control.c32 #define REG_MBOXCONTROL 0x50 macro
258 } else if (offset >= REG_TIMERCONTROL && offset < REG_MBOXCONTROL) { in bcm2836_control_read()
260 } else if (offset >= REG_MBOXCONTROL && offset < REG_IRQSRC) { in bcm2836_control_read()
261 return s->mailboxcontrol[(offset - REG_MBOXCONTROL) >> 2]; in bcm2836_control_read()
289 } else if (offset >= REG_TIMERCONTROL && offset < REG_MBOXCONTROL) { in bcm2836_control_write()
291 } else if (offset >= REG_MBOXCONTROL && offset < REG_IRQSRC) { in bcm2836_control_write()
292 s->mailboxcontrol[(offset - REG_MBOXCONTROL) >> 2] = val & 0xff; in bcm2836_control_write()