Searched refs:TCON_AUTO_RELOAD (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_pwm.c51 #define TCON_AUTO_RELOAD(n) __BIT(_TCON_OFF(n) + 3) macro
102 tcon |= TCON_AUTO_RELOAD(timer->timer_index);
106 tcon &= ~TCON_AUTO_RELOAD(timer->timer_index);
156 tcon |= TCON_AUTO_RELOAD(timer->timer_index);

Completed in 81 milliseconds