Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dtime.c96 unsigned int timerflags = MPU_TIMER_CLOCK_ENABLE | MPU_TIMER_ST; in omap_mpu_timer_start()
101 writel(MPU_TIMER_CLOCK_ENABLE, &timer->cntl); in omap_mpu_timer_start()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
Dhardware.h97 #define MPU_TIMER_CLOCK_ENABLE (1 << 5) macro