Home
last modified time | relevance | path

Searched refs:S3C_TIMERREG (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-timer.h16 #define S3C_TIMERREG(x) (S3C_VA_TIMER + (x)) macro
17 #define S3C_TIMERREG2(tmr,reg) S3C_TIMERREG((reg)+0x0c+((tmr)*0x0c))
19 #define S3C2410_TCFG0 S3C_TIMERREG(0x00)
20 #define S3C2410_TCFG1 S3C_TIMERREG(0x04)
21 #define S3C2410_TCON S3C_TIMERREG(0x08)
23 #define S3C64XX_TINT_CSTAT S3C_TIMERREG(0x44)
/linux-3.4.99/arch/arm/plat-s5p/
Ds5p-time.c313 return S3C_TIMERREG(offset); in s5p_timer_reg()