Home
last modified time | relevance | path

Searched defs:TCON_START (Results 1 – 4 of 4) sorted by relevance

/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/arch/arm/mach-exynos/include/mach/
H A Dpwm.h25 #define TCON_START(x) (1 << TCON_OFFSET(x)) macro
/openbmc/linux/drivers/clocksource/
H A Dsamsung_pwm_timer.c51 #define TCON_START(chan) (1 << (4 * (chan) + 0)) macro
/openbmc/linux/drivers/pwm/
H A Dpwm-samsung.c50 #define TCON_START(chan) BIT(4 * (chan) + 0) macro