Searched refs:R_TIM1_MAX (Results 1 – 2 of 2) sorted by relevance
100 if ((addr >= R_TIM1_MAX) && (addr < NUM_TIMERS * R_TIM1_MAX)) { in timer_read()102 addr -= R_TIM1_MAX; in timer_read()119 if (addr < R_TIM1_MAX) { in timer_read()149 if ((addr >= R_TIM1_MAX) && (addr < NUM_TIMERS * R_TIM1_MAX)) { in timer_write()151 addr -= R_TIM1_MAX; in timer_write()192 if (addr < R_TIM1_MAX) { in timer_write()243 NUM_TIMERS * R_TIM1_MAX * 4); in mss_timer_init()265 VMSTATE_UINT32_ARRAY(regs, struct Msf2Timer, R_TIM1_MAX),
46 #define R_TIM1_MAX 6 macro51 uint32_t regs[R_TIM1_MAX];