Searched refs:JZ_TIMER_CTRL_PWM_ENABLE (Results 1 – 2 of 2) sorted by relevance
148 ctrl |= JZ_TIMER_CTRL_PWM_ENABLE; in pwm_enable()159 ctrl &= ~JZ_TIMER_CTRL_PWM_ENABLE; in pwm_disable()
45 #define JZ_TIMER_CTRL_PWM_ENABLE BIT(7) macro