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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtime.c76 #define TMU0_BASE tmu_base + 0x8 + (0xc * 0x0)
77 #define TMU1_BASE tmu_base + 0x8 + (0xc * 0x1)
78 #define TMU2_BASE tmu_base + 0x8 + (0xc * 0x2)
80 #define TMU_TOCR tmu_base+0x0 /* Byte access */
81 #define TMU_TSTR tmu_base+0x4 /* Byte access */
110 static unsigned long tmu_base, rtc_base; variable
470 tmu_base = onchip_remap(TMU_BASE, 1024, "TMU");
471 if (!tmu_base) {

Completed in 37 milliseconds