Searched refs:S3C2410_TCON (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/plat-samsung/ |
D | pwm.c | 113 tcon = __raw_readl(S3C2410_TCON); in pwm_enable() 115 __raw_writel(tcon, S3C2410_TCON); in pwm_enable() 132 tcon = __raw_readl(S3C2410_TCON); in pwm_disable() 134 __raw_writel(tcon, S3C2410_TCON); in pwm_disable() 235 tcon = __raw_readl(S3C2410_TCON); in pwm_config() 238 __raw_writel(tcon, S3C2410_TCON); in pwm_config() 241 __raw_writel(tcon, S3C2410_TCON); in pwm_config() 304 tcon = __raw_readl(S3C2410_TCON); in s3c_pwm_probe() 306 __raw_writel(tcon, S3C2410_TCON); in s3c_pwm_probe() 318 (__raw_readl(S3C2410_TCON) >> pwm->tcon_base) & 0x0f); in s3c_pwm_probe() [all …]
|
D | time.c | 209 tcon = __raw_readl(S3C2410_TCON); in s3c2410_timer_setup() 238 __raw_writel(tcon, S3C2410_TCON); in s3c2410_timer_setup() 245 __raw_writel(tcon, S3C2410_TCON); in s3c2410_timer_setup()
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | time.c | 40 tcon = __raw_readl(S3C2410_TCON); in exynos4_pwm_stop() 52 __raw_writel(tcon, S3C2410_TCON); in exynos4_pwm_stop() 59 tcon = __raw_readl(S3C2410_TCON); in exynos4_pwm_init() 72 __raw_writel(tcon, S3C2410_TCON); in exynos4_pwm_init() 81 __raw_writel(tcon, S3C2410_TCON); in exynos4_pwm_init() 93 tcon = __raw_readl(S3C2410_TCON); in exynos4_pwm_start() 117 __raw_writel(tcon, S3C2410_TCON); in exynos4_pwm_start()
|
/linux-2.6.39/arch/arm/plat-s5p/ |
D | s5p-time.c | 45 tcon = __raw_readl(S3C2410_TCON); in s5p_time_stop() 72 __raw_writel(tcon, S3C2410_TCON); in s5p_time_stop() 79 tcon = __raw_readl(S3C2410_TCON); in s5p_time_setup() 116 __raw_writel(tcon, S3C2410_TCON); in s5p_time_setup() 123 tcon = __raw_readl(S3C2410_TCON); in s5p_time_start() 180 __raw_writel(tcon, S3C2410_TCON); in s5p_time_start()
|
/linux-2.6.39/arch/arm/plat-samsung/include/plat/ |
D | regs-timer.h | 21 #define S3C2410_TCON S3C_TIMERREG(0x08) macro
|
/linux-2.6.39/arch/arm/mach-s5pv210/ |
D | pm.c | 84 SAVE_ITEM(S3C2410_TCON),
|