Searched refs:MPU_TIMER_AR (Results 1 – 2 of 2) sorted by relevance
83 writel(readl(&timer->cntl) | MPU_TIMER_AR, &timer->cntl); in omap_mpu_set_autoreset()90 writel(readl(&timer->cntl) & ~MPU_TIMER_AR, &timer->cntl); in omap_mpu_remove_autoreset()100 timerflags |= MPU_TIMER_AR; in omap_mpu_timer_start()
64 #define MPU_TIMER_AR (1 << 1) macro