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

/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpwm.h34 unsigned int tcfg1; member in struct:s5p_timer
/u-boot/arch/arm/mach-nexell/include/mach/
H A Dpwm.h34 unsigned int tcfg1; member in struct:s5p_timer
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpwm.h34 unsigned int tcfg1; member in struct:s5p_timer
/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c74 writel(0, &pwm->tcfg1);
75 val = readl(&pwm->tcfg1);
187 val = readl(&pwm->tcfg1);
190 writel(val, &pwm->tcfg1);
/u-boot/drivers/pwm/
H A Dexynos_pwm.c36 div = (readl(&regs->tcfg1) >> MUX_DIV_SHIFT(channel)) & 0xf;

Completed in 50 milliseconds