Searched refs:PWM_ENABLE (Results 1 – 7 of 7) sorted by relevance
36 #define PWM_ENABLE (1 << 31) macro134 val |= PWM_ENABLE; in tegra_pwm_config()158 val |= PWM_ENABLE; in tegra_pwm_enable()170 val &= ~PWM_ENABLE; in tegra_pwm_disable()
27 #define PWM_ENABLE BIT(31) macro77 val |= PWM_ENABLE; in lpc32xx_pwm_enable()89 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
21 #define PWM_ENABLE (1 << 0) macro96 value |= PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_enable()108 value &= ~(PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_disable()
27 #define PWM_ENABLE BIT(31) macro129 pwm_lpss_write(pwm, pwm_lpss_read(pwm) | PWM_ENABLE); in pwm_lpss_cond_enable()164 pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~PWM_ENABLE); in pwm_lpss_apply()
24 #define PWM_ENABLE (1 << 0) macro259 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |273 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |287 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
747 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
94 #define PWM_ENABLE (1 << 31) macro