Searched refs:MPU_TIMER_AR (Results 1 – 2 of 2) sorted by relevance
79 timer->cntl = timer->cntl | MPU_TIMER_AR; in omap_mpu_set_autoreset()86 timer->cntl = timer->cntl & ~MPU_TIMER_AR; in omap_mpu_remove_autoreset()95 if (autoreset) timerflags |= MPU_TIMER_AR; in omap_mpu_timer_start()
64 #define MPU_TIMER_AR (1 << 1) macro