exynos_pwm.c | 46 #define TCON 0x08 93 uint32_t tcon; local in function:exynos_pwm_enable 96 tcon = PWM_READ(sc, TCON); 97 tcon &= ~TCON_START(timer->timer_index); 98 tcon |= TCON_UPDATE(timer->timer_index); 99 PWM_WRITE(sc, TCON, tcon); 100 tcon &= ~TCON_UPDATE(timer->timer_index); 101 tcon |= TCON_START(timer->timer_index) 118 uint32_t tcon, tcntb, tcmpb; local in function:exynos_pwm_get_config 136 uint32_t tcon, tcntb, tcmpb; local in function:exynos_pwm_set_config [all...] |