Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_TIMER_COUNTER (Results 1 – 25 of 46) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/lib/
Dtime.c30 #ifdef CONFIG_SYS_TIMER_COUNTER
34 return ~readl(CONFIG_SYS_TIMER_COUNTER); in timer_read_counter()
36 return readl(CONFIG_SYS_TIMER_COUNTER); in timer_read_counter()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/pxa/
Dtimer.c13 writel(0, CONFIG_SYS_TIMER_COUNTER); in timer_init()
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dconfig.h15 #define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ macro
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-pxa/
Dconfig.h22 #define CONFIG_SYS_TIMER_COUNTER OSCR macro
/third_party/uboot/u-boot-2020.01/include/configs/
Drv1108_common.h19 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8) macro
Dvinco.h25 #define CONFIG_SYS_TIMER_COUNTER 0xfc06863c macro
Dhighbank.h12 #define CONFIG_SYS_TIMER_COUNTER (0xFFF34000 + 0x4) macro
Drcar-gen2-common.h52 #define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ macro
Dtegra-common.h22 #define CONFIG_SYS_TIMER_COUNTER NV_PA_TMRUS_BASE macro
Dzmx25.h15 #define CONFIG_SYS_TIMER_COUNTER \ macro
Dbcm28155_ap.h54 #define CONFIG_SYS_TIMER_COUNTER (TIMER_BASE_ADDR + 4) /* STCLO offset */ macro
Dbcm23550_w1d.h55 #define CONFIG_SYS_TIMER_COUNTER (TIMER_BASE_ADDR + 4) /* STCLO offset */ macro
Darmadillo-800eva.h19 #define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ macro
Dmx25pdk.h17 #define CONFIG_SYS_TIMER_COUNTER \ macro
Drpi.h25 #define CONFIG_SYS_TIMER_COUNTER \ macro
Dhi3531dv200.h55 #define CONFIG_SYS_TIMER_COUNTER (CFG_TIMERBASE + REG_TIMER_VALUE) macro
Dhi3535av100.h55 #define CONFIG_SYS_TIMER_COUNTER (CFG_TIMERBASE + REG_TIMER_VALUE) macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-mvebu/include/mach/
Dconfig.h73 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14) macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-kirkwood/include/mach/
Dconfig.h112 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14) macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/include/mach/
Dat91sam9261.h115 #define CONFIG_SYS_TIMER_COUNTER 0xfffffd3c macro
Dat91sam9rl.h115 #define CONFIG_SYS_TIMER_COUNTER 0xfffffd3c macro
Dat91sam9263.h130 #define CONFIG_SYS_TIMER_COUNTER 0xfffffd3c macro
Dat91sam9260.h131 #define CONFIG_SYS_TIMER_COUNTER 0xfffffd3c macro
Dat91sam9g45.h135 #define CONFIG_SYS_TIMER_COUNTER 0xfffffd3c macro
Dsam9x60.h140 #define CONFIG_SYS_TIMER_COUNTER 0xfffffe4c macro

12