Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-mvebu/
H A 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()
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dconfig.h73 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
H A Dsoc.h69 #define MVEBU_TIMER_BASE (MVEBU_REGISTER(0x20300)) macro
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dconfig.h118 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
H A Dsoc.h36 #define MVEBU_TIMER_BASE (KW_REGISTER(0x20300)) macro