Home
last modified time | relevance | path

Searched refs:PWM_ENABLE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/pwm/
Dpwm-tegra.c36 #define PWM_ENABLE (1 << 31) macro
134 val |= PWM_ENABLE; in tegra_pwm_config()
158 val |= PWM_ENABLE; in tegra_pwm_enable()
170 val &= ~PWM_ENABLE; in tegra_pwm_disable()
Dpwm-lpc32xx.c27 #define PWM_ENABLE BIT(31) macro
77 val |= PWM_ENABLE; in lpc32xx_pwm_enable()
89 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
Dpwm-bcm2835.c21 #define PWM_ENABLE (1 << 0) macro
96 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()
Dpwm-lpss.c27 #define PWM_ENABLE BIT(31) macro
129 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()
Dpwm-rockchip.c24 #define PWM_ENABLE (1 << 0) macro
259 .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 |
/Linux-v4.19/drivers/gpu/drm/gma500/
Dcdv_intel_lvds.c747 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
Dpsb_intel_reg.h94 #define PWM_ENABLE (1 << 31) macro