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

/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpwm.h33 unsigned int tcfg0; member in struct:s5p_timer
/u-boot/arch/arm/mach-nexell/include/mach/
H A Dpwm.h33 unsigned int tcfg0; member in struct:s5p_timer
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dpwm.h33 unsigned int tcfg0; member in struct:s5p_timer
/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dpwm.c66 writel(0, &pwm->tcfg0);
67 val = readl(&pwm->tcfg0);
176 val = readl(&pwm->tcfg0);
186 writel(val, &pwm->tcfg0);
/u-boot/drivers/pwm/
H A Dexynos_pwm.c34 val = readl(&regs->tcfg0);
90 writel(PRESCALER_0 | PRESCALER_1 << 8, &regs->tcfg0);

Completed in 66 milliseconds