Home
last modified time | relevance | path

Searched refs:MPU_TIMER_AR (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-omap1/
Dtime.c79 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()
/arch/arm/plat-omap/include/mach/
Dhardware.h64 #define MPU_TIMER_AR (1 << 1) macro