Searched refs:JZ_TIMER_CTRL_PWM_ACTIVE_LOW (Results 1 – 2 of 2) sorted by relevance
131 ctrl &= ~JZ_TIMER_CTRL_PWM_ACTIVE_LOW; in jz4740_pwm_apply()134 ctrl |= JZ_TIMER_CTRL_PWM_ACTIVE_LOW; in jz4740_pwm_apply()
32 #define JZ_TIMER_CTRL_PWM_ACTIVE_LOW BIT(8) macro