Searched refs:timerblock (Results 1 – 2 of 2) sorted by relevance
186 return timerblock_read(&s->timerblock[id], addr, size); in arm_thistimer_read()194 timerblock_write(&s->timerblock[id], addr, value, size); in arm_thistimer_write()235 for (i = 0; i < ARRAY_SIZE(s->timerblock); i++) { in arm_mptimer_reset()236 timerblock_reset(&s->timerblock[i]); in arm_mptimer_reset()271 TimerBlock *tb = &s->timerblock[i]; in arm_mptimer_realize()297 VMSTATE_STRUCT_VARRAY_UINT32(timerblock, ARMMPTimerState, num_cpu,
47 TimerBlock timerblock[ARM_MPTIMER_MAX_CPUS]; member