Searched refs:S3C_TIMERREG (Results 1 – 2 of 2) sorted by relevance
16 #define S3C_TIMERREG(x) (S3C_VA_TIMER + (x)) macro17 #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)
313 return S3C_TIMERREG(offset); in s5p_timer_reg()