Home
last modified time | relevance | path

Searched refs:PWM_CH_POL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Drockchip_ir.h27 #define PWM_CH_POL(id) BIT(id + 8) macro
/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h135 #define PWM_CH_POL(n) BIT(n+8) macro
H A Drockchip_pwm_remotectl.c336 if ((val & PWM_CH_POL(id)) == 0) { in rockchip_pwm_irq()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Drockchip_ir.c222 if (val & PWM_CH_POL(priv->id)) { in rockchip_ir_irq()