Lines Matching refs:timer_of_base
101 writel_relaxed(0, timer_of_base(to) + TIM_DIER);
114 writel_relaxed(TIM_CR1_UDIS | TIM_CR1_CEN, timer_of_base(to) + TIM_CR1);
132 next = readl_relaxed(timer_of_base(to) + TIM_CNT) + evt;
133 writel_relaxed(next, timer_of_base(to) + TIM_CCR1);
134 now = readl_relaxed(timer_of_base(to) + TIM_CNT);
139 writel_relaxed(TIM_DIER_CC1IE, timer_of_base(to) + TIM_DIER);
167 writel_relaxed(0, timer_of_base(to) + TIM_SR);
192 writel_relaxed(UINT_MAX, timer_of_base(to) + TIM_ARR);
194 width = readl_relaxed(timer_of_base(to) + TIM_ARR);
222 writel_relaxed(prescaler - 1, timer_of_base(to) + TIM_PSC);
223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR);
224 writel_relaxed(0, timer_of_base(to) + TIM_SR);
253 stm32_timer_cnt = timer_of_base(to) + TIM_CNT;
263 return clocksource_mmio_init(timer_of_base(to) + TIM_CNT, name,