Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_TIMERBASE (Results 1 – 25 of 35) sorted by relevance

12

/external/u-boot/arch/arm/mach-versatile/
Dtimer.c39 tmr_ctrl_val = *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8); in timer_init()
41 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = tmr_ctrl_val; in timer_init()
55 tmr_ctrl_val = *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8); in timer_init()
59 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = tmr_ctrl_val; in timer_init()
/external/u-boot/board/armltd/integrator/
Dtimer.c45 #define READ_TIMER (*(volatile ulong *)(CONFIG_SYS_TIMERBASE+4))
56 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL; in timer_init()
67 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x000000C2; in timer_init()
76 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x00000088; in timer_init()
/external/u-boot/include/configs/
Dsocfpga_common.h92 #define CONFIG_SYS_TIMERBASE SOCFPGA_OSC1TIMER0_ADDRESS macro
94 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
Dzynq-common.h25 #define CONFIG_SYS_TIMERBASE ZYNQ_SCUTIMER_BASEADDR macro
27 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
Dti_am335x_common.h16 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
Dti_omap3_common.h54 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
Dbur_am335x_common.h18 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
Dintegrator-common.h11 #define CONFIG_SYS_TIMERBASE 0x13000100 /* Timer1 */ macro
Dti_omap5_common.h20 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
Dkc1.h35 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
Dsniper.h30 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
Dti814x_evm.h111 #define CONFIG_SYS_TIMERBASE 0x4802E000 macro
Dlegoev3.h23 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE macro
Dcm_t43.h14 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
Dti816x_evm.h41 #define CONFIG_SYS_TIMERBASE 0x4802E000 macro
Dti_omap4_common.h26 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
Dtao3530.h154 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
Dcm_t3517.h172 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
Dtricorder.h203 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
Dea20.h28 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE macro
Dcm_t35.h173 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
Dam43xx_evm.h13 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
Dam3517_crane.h175 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
/external/u-boot/arch/arm/mach-socfpga/
Dtimer.c12 static const struct socfpga_timer *timer_base = (void *)CONFIG_SYS_TIMERBASE;
/external/u-boot/arch/arm/mach-omap2/
Dtimer.c25 static struct gptimer *timer_base = (struct gptimer *)CONFIG_SYS_TIMERBASE;

12