Searched refs:PWM_ENABLE (Results 1 – 7 of 7) sorted by relevance
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()
24 #define PWM_ENABLE BIT(31) macro127 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()
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