Home
last modified time | relevance | path

Searched refs:TCON_START (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c22 tcon |= TCON_START(pwm_id); in pwm_enable()
36 tcon &= ~TCON_START(pwm_id); in pwm_disable()
/openbmc/linux/drivers/clocksource/
H A Dsamsung_pwm_timer.c51 #define TCON_START(chan) (1 << (4 * (chan) + 0)) macro
130 tcon &= ~TCON_START(channel); in samsung_time_stop()
149 tcon &= ~(TCON_START(tcon_chan) | TCON_AUTORELOAD(tcon_chan)); in samsung_time_setup()
172 tcon |= TCON_START(channel); in samsung_time_start()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpwm.h25 #define TCON_START(x) (1 << TCON_OFFSET(x)) macro
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpwm.h25 #define TCON_START(x) (1 << TCON_OFFSET(x)) macro
/openbmc/u-boot/drivers/pwm/
H A Dexynos_pwm.c74 mask = TCON_START(channel); in exynos_pwm_set_enable()
/openbmc/linux/drivers/pwm/
H A Dpwm-samsung.c50 #define TCON_START(chan) BIT(4 * (chan) + 0) macro
265 tcon &= ~TCON_START(tcon_chan); in pwm_samsung_enable()
270 tcon |= TCON_START(tcon_chan) | TCON_AUTORELOAD(tcon_chan); in pwm_samsung_enable()