Home
last modified time | relevance | path

Searched defs:PWM_REG_INT_EN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h123 #define PWM_REG_INT_EN(n) ((3 - (n)) * 0x10 + 0x14) macro
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip.c57 #define PWM_REG_INT_EN(n) ((3 - (n)) * 0x10 + 0x14) macro