Searched refs:JZ_TIMER_CTRL_PWM_ACTIVE_LOW (Results 1 – 2 of 2) sorted by relevance
141 ctrl &= ~JZ_TIMER_CTRL_PWM_ACTIVE_LOW; in jz4740_pwm_set_polarity()144 ctrl |= JZ_TIMER_CTRL_PWM_ACTIVE_LOW; in jz4740_pwm_set_polarity()
41 #define JZ_TIMER_CTRL_PWM_ACTIVE_LOW BIT(8) macro