Searched refs:PWM_ENABLE (Results 1 – 4 of 4) sorted by relevance
22 #define PWM_ENABLE BIT(31) macro74 val |= PWM_ENABLE; in lpc32xx_pwm_enable()86 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
54 #define PWM_ENABLE (1 << 31) macro198 val |= PWM_ENABLE; in tegra_pwm_config()222 val |= PWM_ENABLE; in tegra_pwm_enable()234 val &= ~PWM_ENABLE; in tegra_pwm_disable()
23 #define PWM_ENABLE (1 << 0) macro262 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |276 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |290 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
82 #define PWM_ENABLE (1 << 31) macro