Home
last modified time | relevance | path

Searched refs:PWM_CH_INT_ENABLE (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.h134 #define PWM_CH_INT_ENABLE(n) BIT(n) macro
H A Drockchip_pwm_remotectl.c447 val |= PWM_CH_INT_ENABLE(pwm_id); in rk_pwm_int_ctrl()
451 val &= ~PWM_CH_INT_ENABLE(pwm_id); in rk_pwm_int_ctrl()
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h137 #define PWM_CH_INT_ENABLE(n) BIT(n) macro
H A Drockchip_pwm_remotectl.c465 val |= PWM_CH_INT_ENABLE(pwm_id); in rk_pwm_int_ctrl()
469 val &= ~PWM_CH_INT_ENABLE(pwm_id); in rk_pwm_int_ctrl()

Completed in 4 milliseconds