Home
last modified time | relevance | path

Searched refs:PWM_MODE_CAPTURE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h31 #define PWM_MODE_CAPTURE (0x02 << 1) macro
H A Drockchip_pwm_remotectl.c490 val = (val & 0xFFFFFFF9) | PWM_MODE_CAPTURE; in rk_pwm_remotectl_hw_init()