Searched refs:TCU_TCSR_PWM_EN (Results 1 – 3 of 3) sorted by relevance
46 #define TCU_TCSR_PWM_EN BIT(7) /* PWM pin output enable */ macro
92 regmap_set_bits(jz->map, TCU_REG_TCSRc(pwm->hwpwm), TCU_TCSR_PWM_EN); in jz4740_pwm_enable()116 regmap_clear_bits(jz->map, TCU_REG_TCSRc(pwm->hwpwm), TCU_TCSR_PWM_EN); in jz4740_pwm_disable()
42 #define TCU_TCSR_PWM_EN BIT(7) macro