Home
last modified time | relevance | path

Searched refs:PRESCALER_1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpwm.h12 #define PRESCALER_1 (16 - 1) /* prescaler of timer 2, 3, 4 */ macro
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpwm.h12 #define PRESCALER_1 (16 - 1) /* prescaler of timer 2, 3, 4 */ macro
/openbmc/u-boot/drivers/pwm/
H A Dexynos_pwm.c85 writel(PRESCALER_0 | PRESCALER_1 << 8, &regs->tcfg0); in exynos_pwm_probe()
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c133 prescaler = PRESCALER_1; in pwm_init()