Home
last modified time | relevance | path

Searched refs:S3C2410_TCON (Results 1 – 5 of 5) sorted by relevance

/arch/arm/plat-samsung/
Dpwm.c113 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()
307 tcon = __raw_readl(S3C2410_TCON); in s3c_pwm_probe()
309 __raw_writel(tcon, S3C2410_TCON); in s3c_pwm_probe()
321 (__raw_readl(S3C2410_TCON) >> pwm->tcon_base) & 0x0f); in s3c_pwm_probe()
[all …]
Dtime.c208 tcon = __raw_readl(S3C2410_TCON); in s3c2410_timer_setup()
237 __raw_writel(tcon, S3C2410_TCON); in s3c2410_timer_setup()
244 __raw_writel(tcon, S3C2410_TCON); in s3c2410_timer_setup()
/arch/arm/plat-s5p/
Ds5p-time.c44 tcon = __raw_readl(S3C2410_TCON); in s5p_time_stop()
71 __raw_writel(tcon, S3C2410_TCON); in s5p_time_stop()
78 tcon = __raw_readl(S3C2410_TCON); in s5p_time_setup()
115 __raw_writel(tcon, S3C2410_TCON); in s5p_time_setup()
122 tcon = __raw_readl(S3C2410_TCON); in s5p_time_start()
179 __raw_writel(tcon, S3C2410_TCON); in s5p_time_start()
/arch/arm/plat-samsung/include/plat/
Dregs-timer.h21 #define S3C2410_TCON S3C_TIMERREG(0x08) macro
/arch/arm/mach-s5pv210/
Dpm.c85 SAVE_ITEM(S3C2410_TCON),