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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A 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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/
H A Dtime.c206 return (cycle_t) ~__raw_readl(S3C_TIMERREG(0x40));

Completed in 116 milliseconds