Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-highbank/
H A Dtimer.c12 #undef SYSTIMER_BASE
13 #define SYSTIMER_BASE 0xFFF34000 /* Timer 0 and 1 base */ macro
15 static struct systimer *systimer_base = (struct systimer *)SYSTIMER_BASE;
/openbmc/u-boot/arch/arm/include/asm/arch-armv7/
H A Dsystimer.h10 #define SYSTIMER_BASE 0x10011000 macro