Searched refs:TCON_UPDATE (Results 1 – 4 of 4) sorted by relevance
51 tcon |= TCON_UPDATE(channel); in exynos_pwm_set_config()58 tcon &= ~TCON_UPDATE(channel); in exynos_pwm_set_config()
101 tcon |= TCON_UPDATE(pwm_id); in pwm_config()108 tcon &= ~TCON_UPDATE(pwm_id); in pwm_config()
26 #define TCON_UPDATE(x) (1 << (TCON_OFFSET(x) + 1)) macro