Home
last modified time | relevance | path

Searched refs:PWM_ENABLE (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/common/platform/pwm/
H A Dpwm_hi35xx.h29 #define PWM_ENABLE 1 macro
67 reg->ctrl |= ((1 << PWM_KEEP_OFFSET) | PWM_ENABLE); in HiPwmAlwaysOutput()
78 reg->ctrl |= PWM_ENABLE; in HiPwmOutputNumberSquareWaves()
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H A Dpwm-rockchip.c22 #define PWM_ENABLE (1 << 0) macro
135 ctrl |= PWM_ENABLE; in rockchip_pwm_config()
137 ctrl &= ~PWM_ENABLE; in rockchip_pwm_config()
302 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE | PWM_CONTINUOUS,
318 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE | PWM_CONTINUOUS,
334 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE | PWM_CONTINUOUS,
/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.h24 #define PWM_ENABLE (1 << 0) macro
H A Drockchip_pwm_remotectl.c431 val = (val & 0xFFFFFFFE) | PWM_ENABLE; in rk_pwm_pwrkey_wakeup_init()
480 val = (val & 0xFFFFFFFE) | PWM_ENABLE; in rk_pwm_remotectl_hw_init()
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h25 #define PWM_ENABLE (1 << 0) macro
H A Drockchip_pwm_remotectl.c450 val = (val & 0xFFFFFFFE) | PWM_ENABLE; in rk_pwm_pwrkey_wakeup_init()
497 val = (val & 0xFFFFFFFE) | PWM_ENABLE; in rk_pwm_remotectl_hw_init()

Completed in 5 milliseconds