Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-lpss.c24 #define PWM_ENABLE BIT(31) macro
120 pwm_lpss_write(pwm, pwm_lpss_read(pwm) | PWM_ENABLE); in pwm_lpss_cond_enable()
159 pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~PWM_ENABLE); in pwm_lpss_apply()
194 state->enabled = !!(ctrl & PWM_ENABLE); in pwm_lpss_get_state()
243 if (ctrl & PWM_ENABLE) in pwm_lpss_probe()
H A Dpwm-tegra.c51 #define PWM_ENABLE (1 << 31) macro
188 val |= PWM_ENABLE; in tegra_pwm_config()
212 val |= PWM_ENABLE; in tegra_pwm_enable()
224 val &= ~PWM_ENABLE; in tegra_pwm_disable()
H A Dpwm-lpc32xx.c23 #define PWM_ENABLE BIT(31) macro
73 val |= PWM_ENABLE; in lpc32xx_pwm_enable()
85 val &= ~PWM_ENABLE; in lpc32xx_pwm_disable()
H A Dpwm-rockchip.c28 #define PWM_ENABLE (1 << 0) macro
202 ctrl |= PWM_ENABLE; in rockchip_pwm_config()
204 ctrl &= ~PWM_ENABLE; in rockchip_pwm_config()
398 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
414 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
430 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
603 val, !(val & PWM_ENABLE), 1000, 10 * 1000)) in rockchip_pwm_remove()
H A Dpwm-bcm2835.c18 #define PWM_ENABLE (1 << 0) macro
93 value |= PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm); in bcm2835_pwm_enable()
105 value &= ~(PWM_ENABLE << PWM_CONTROL_SHIFT(pwm->hwpwm)); in bcm2835_pwm_disable()
/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h25 #define PWM_ENABLE (1 << 0) macro
H A Drockchip_pwm_remotectl.c453 val = (val & 0xFFFFFFFE) | PWM_ENABLE; in rk_pwm_pwrkey_wakeup_init()
500 val = (val & 0xFFFFFFFE) | PWM_ENABLE; in rk_pwm_remotectl_hw_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c643 pwm |= PWM_ENABLE; in cdv_intel_lvds_init()
H A Dpsb_intel_reg.h82 #define PWM_ENABLE (1 << 31) macro