Searched refs:TCON_UPDATE (Results 1 – 4 of 4) sorted by relevance
54 tcon |= TCON_UPDATE(channel); in exynos_pwm_set_config()61 tcon &= ~TCON_UPDATE(channel); in exynos_pwm_set_config()
102 tcon |= TCON_UPDATE(pwm_id); in pwm_config()109 tcon &= ~TCON_UPDATE(pwm_id); in pwm_config()
27 #define TCON_UPDATE(x) (1 << (TCON_OFFSET(x) + 1)) macro