Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/loongson1/common/
Dtime.c50 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_pwmtimer_restart()
138 __raw_writel(INT_EN | CNT_EN, timer_base + PWM_CTRL); in ls1x_clockevent_set_mode()
142 __raw_writel(__raw_readl(timer_base + PWM_CTRL) & ~CNT_EN, in ls1x_clockevent_set_mode()
/linux-4.1.27/arch/mips/include/asm/mach-loongson1/
Dregs-pwm.h27 #define CNT_EN 0x1 macro