Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-mvebu/
Dtimer.c28 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x10); in timer_init()
29 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x14); in timer_init()
33 setbits_le32(MVEBU_TIMER_BASE + 0x00, BIT(11)); in timer_init()
36 setbits_le32(MVEBU_TIMER_BASE + 0x00, 0x3); in timer_init()
/external/u-boot/arch/arm/mach-mvebu/include/mach/
Dconfig.h95 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
Dsoc.h68 #define MVEBU_TIMER_BASE (MVEBU_REGISTER(0x20300)) macro
/external/u-boot/arch/arm/mach-kirkwood/include/mach/
Dconfig.h129 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
Dsoc.h36 #define MVEBU_TIMER_BASE (KW_REGISTER(0x20300)) macro