Searched refs:REG_TIMERCONTROL (Results 1 – 1 of 1) sorted by relevance
31 #define REG_TIMERCONTROL 0x40 macro258 } 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()