Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Dtimer.c31 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x10); in timer_init()
32 writel(TIMER_LOAD_VAL, MVEBU_TIMER_BASE + 0x14); in timer_init()
36 setbits_le32(MVEBU_TIMER_BASE + 0x00, BIT(11)); in timer_init()
39 setbits_le32(MVEBU_TIMER_BASE + 0x00, 0x3); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dconfig.h99 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
H A Dsoc.h66 #define MVEBU_TIMER_BASE (MVEBU_REGISTER(0x20300)) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dconfig.h133 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
H A Dsoc.h37 #define MVEBU_TIMER_BASE (KW_REGISTER(0x20300)) macro