Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-tegra.c33 #define PWM_ENABLE (1 << 31) macro
120 val |= PWM_ENABLE; in tegra_pwm_config()
144 val |= PWM_ENABLE; in tegra_pwm_enable()
156 val &= ~PWM_ENABLE; in tegra_pwm_disable()
Dpwm-lpss.c24 #define PWM_ENABLE BIT(31) macro
127 pwm_lpss_write(pwm, pwm_lpss_read(pwm) | PWM_ENABLE); in pwm_lpss_enable()
133 pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~PWM_ENABLE); in pwm_lpss_disable()
Dpwm-lpc32xx.c27 #define PWM_ENABLE (1 << 31) macro
91 val |= PWM_ENABLE; in lpc32xx_pwm_enable()
103 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
Dpwm-bcm2835.c21 #define PWM_ENABLE (1 << 0) macro
88 value |= PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_enable()
100 value &= ~(PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_disable()
Dpwm-rockchip.c24 #define PWM_ENABLE (1 << 0) macro
82 u32 enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE | in rockchip_pwm_set_enable_v2()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dcdv_intel_lvds.c771 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
Dpsb_intel_reg.h94 #define PWM_ENABLE (1 << 31) macro