Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dpwm-lpss.c27 #define PWM_ENABLE BIT(31) macro
162 pwm_lpss_write(pwm, pwm_lpss_read(pwm) | PWM_ENABLE); in pwm_lpss_cond_enable()
201 pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~PWM_ENABLE); in pwm_lpss_apply()
236 state->enabled = !!(ctrl & PWM_ENABLE); in pwm_lpss_get_state()
282 if (ctrl & PWM_ENABLE) in devm_pwm_lpss_probe()
Dpwm-lpc32xx.c22 #define PWM_ENABLE BIT(31) macro
74 val |= PWM_ENABLE; in lpc32xx_pwm_enable()
86 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
Dpwm-tegra.c54 #define PWM_ENABLE (1 << 31) macro
198 val |= PWM_ENABLE; in tegra_pwm_config()
222 val |= PWM_ENABLE; in tegra_pwm_enable()
234 val &= ~PWM_ENABLE; in tegra_pwm_disable()
Dpwm-bcm2835.c18 #define PWM_ENABLE (1 << 0) macro
112 val |= PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_apply()
114 val &= ~(PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_apply()
Dpwm-rockchip.c21 #define PWM_ENABLE (1 << 0) macro
255 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
269 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
283 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
/linux-6.12.1/drivers/gpu/drm/gma500/
Dcdv_intel_lvds.c644 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
Dpsb_intel_reg.h82 #define PWM_ENABLE (1 << 31) macro