Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pwm/
Dpwm-jz4740.c92 ctrl |= JZ_TIMER_CTRL_PWM_ENABLE; in jz4740_pwm_enable()
103 ctrl &= ~JZ_TIMER_CTRL_PWM_ENABLE; in jz4740_pwm_disable()
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/
Dtimer.h42 #define JZ_TIMER_CTRL_PWM_ENABLE BIT(7) macro