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