Home
last modified time | relevance | path

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

/arch/arm/mach-omap1/
Dtime.c97 unsigned int timerflags = MPU_TIMER_CLOCK_ENABLE | MPU_TIMER_ST; in omap_mpu_timer_start()
102 writel(MPU_TIMER_CLOCK_ENABLE, &timer->cntl); in omap_mpu_timer_start()
/arch/arm/plat-omap/include/plat/
Dhardware.h63 #define MPU_TIMER_CLOCK_ENABLE (1 << 5) macro