Searched refs:systimer_base (Results 1 – 2 of 2) sorted by relevance
15 static struct systimer *systimer_base = (struct systimer *)SYSTIMER_BASE; variable25 writel(0, &systimer_base->timer0control); in timer_init()26 writel(SYSTIMER_RELOAD, &systimer_base->timer0load); in timer_init()27 writel(SYSTIMER_RELOAD, &systimer_base->timer0value); in timer_init()29 &systimer_base->timer0control); in timer_init()
29 static struct systimer *systimer_base = (struct systimer *)V2M_TIMER01; variable145 writel(SYSTIMER_RELOAD, &systimer_base->timer0load); in vexpress_timer_init()146 writel(SYSTIMER_RELOAD, &systimer_base->timer0value); in vexpress_timer_init()148 readl(&systimer_base->timer0control), in vexpress_timer_init()149 &systimer_base->timer0control); in vexpress_timer_init()