Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap1/
Dtime.c98 unsigned int timerflags = MPU_TIMER_CLOCK_ENABLE | MPU_TIMER_ST; in omap_mpu_timer_start()
103 writel(MPU_TIMER_CLOCK_ENABLE, &timer->cntl); in omap_mpu_timer_start()
Dhardware.h86 #define MPU_TIMER_CLOCK_ENABLE (1 << 5) macro