Searched refs:PWM_ENABLE (Results 1 – 7 of 7) sorted by relevance
23 #define PWM_ENABLE (1 << 31) macro121 val |= PWM_ENABLE; in tegra_pwm_config()145 val |= PWM_ENABLE; in tegra_pwm_enable()157 val &= ~PWM_ENABLE; in tegra_pwm_disable()
23 #define PWM_ENABLE BIT(31) macro73 val |= PWM_ENABLE; in lpc32xx_pwm_enable()85 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
24 #define PWM_ENABLE BIT(31) macro121 pwm_lpss_write(pwm, pwm_lpss_read(pwm) | PWM_ENABLE); in pwm_lpss_cond_enable()154 pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~PWM_ENABLE); in pwm_lpss_apply()188 state->enabled = !!(ctrl & PWM_ENABLE); in pwm_lpss_get_state()
18 #define PWM_ENABLE (1 << 0) macro93 value |= PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_enable()105 value &= ~(PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_disable()
21 #define PWM_ENABLE (1 << 0) macro250 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |264 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |278 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
737 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
82 #define PWM_ENABLE (1 << 31) macro