Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv7/s5p-common/
Dpwm.c138 val = readl(&pwm->tcfg1); in pwm_init()
141 writel(val, &pwm->tcfg1); in pwm_init()
/external/u-boot/arch/arm/mach-s5pc1xx/include/mach/
Dpwm.h34 unsigned int tcfg1; member
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dpwm.h34 unsigned int tcfg1; member
/external/u-boot/drivers/pwm/
Dexynos_pwm.c35 div = (readl(&regs->tcfg1) >> MUX_DIV_SHIFT(channel)) & 0xf; in exynos_pwm_set_config()