Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A 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()
H A 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()
H A Dpwm-rockchip.c23 #define PWM_ENABLE (1 << 0) macro
262 .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 |
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_reg.h82 #define PWM_ENABLE (1 << 31) macro