Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/loongson32/common/
Dtime.c50 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_pwmtimer_restart()
134 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_clockevent_set_state_periodic()
143 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_clockevent_tick_resume()
152 __raw_writel(__raw_readl(timer_base + PWM_CTRL) & ~CNT_EN, in ls1x_clockevent_set_state_shutdown()
/linux-4.4.14/arch/mips/include/asm/mach-loongson32/
Dregs-pwm.h27 #define CNT_EN 0x1 macro