Home
last modified time | relevance | path

Searched refs:PWM_CTRL (Results 1 – 5 of 5) 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()
143 timer_base + PWM_CTRL); in ls1x_clockevent_set_mode()
/linux-4.1.27/drivers/pwm/
Dpwm-mxs.c28 #define PWM_CTRL 0x0 macro
110 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_enable()
119 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_disable()
/linux-4.1.27/arch/mips/include/asm/mach-loongson1/
Dregs-pwm.h19 #define PWM_CTRL 0xc macro
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h1189 #define PWM_CTRL 0xffc03700 /* PWM Control Register */ macro
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1352 #ifdef PWM_CTRL in bfin_debug_mmrs_init()
1354 D16(PWM_CTRL); in bfin_debug_mmrs_init()