Searched refs:PWM_ENABLE (Results 1 – 7 of 7) sorted by relevance
23 #define PWM_ENABLE BIT(31) macro99 writel(ctrl | PWM_ENABLE, lpwm->regs + PWM); in pwm_lpss_enable()110 writel(ctrl & ~PWM_ENABLE, lpwm->regs + PWM); in pwm_lpss_disable()155 writel(ctrl & ~PWM_ENABLE, lpwm->regs + PWM); in pwm_lpss_remove()
33 #define PWM_ENABLE (1 << 31) macro120 val |= PWM_ENABLE; in tegra_pwm_config()144 val |= PWM_ENABLE; in tegra_pwm_enable()156 val &= ~PWM_ENABLE; in tegra_pwm_disable()
27 #define PWM_ENABLE (1 << 31) macro91 val |= PWM_ENABLE; in lpc32xx_pwm_enable()103 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
21 #define PWM_ENABLE (1 << 0) macro88 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()
24 #define PWM_ENABLE (1 << 0) macro82 u32 enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE | in rockchip_pwm_set_enable_v2()
771 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
94 #define PWM_ENABLE (1 << 31) macro