Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c70 #define TMU0_BASE tmu_base + 0x8 + (0xc * 0x0)
71 #define TMU1_BASE tmu_base + 0x8 + (0xc * 0x1)
72 #define TMU2_BASE tmu_base + 0x8 + (0xc * 0x2)
74 #define TMU_TOCR tmu_base+0x0 /* Byte access */
75 #define TMU_TSTR tmu_base+0x4 /* Byte access */
116 static unsigned long tmu_base, rtc_base; variable
495 tmu_base = onchip_remap(TMU_BASE, 1024, "TMU"); in time_init()
496 if (tmu_base == 0UL) { in time_init()