Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h122 #define PWM_REG_INTSTS(n) ((3 - (n)) * 0x10 + 0x10) macro
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip.c56 #define PWM_REG_INTSTS(n) ((3 - (n)) * 0x10 + 0x10) macro