Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap1/
H A Dtime.c98 unsigned int timerflags = MPU_TIMER_CLOCK_ENABLE | MPU_TIMER_ST; in omap_mpu_timer_start()
114 writel(readl(&timer->cntl) & ~MPU_TIMER_ST, &timer->cntl); in omap_mpu_timer_stop()
H A Dhardware.h88 #define MPU_TIMER_ST (1 << 0) macro