Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/arch/arm/mach-versatile/
H A Dtimer.c40 tmr_ctrl_val = *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8); in timer_init()
42 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = tmr_ctrl_val; in timer_init()
56 tmr_ctrl_val = *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8); in timer_init()
60 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = tmr_ctrl_val; in timer_init()
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dtimer.c46 #define READ_TIMER (*(volatile ulong *)(CONFIG_SYS_TIMERBASE+4))
57 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL; in timer_init()
68 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x000000C2; in timer_init()
77 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x00000088; in timer_init()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsocfpga_common.h111 #define CONFIG_SYS_TIMERBASE SOCFPGA_OSC1TIMER0_ADDRESS macro
113 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
H A Dzynq-common.h26 #define CONFIG_SYS_TIMERBASE ZYNQ_SCUTIMER_BASEADDR macro
28 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
H A Dti_am335x_common.h17 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
H A Dti_omap3_common.h57 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
H A Dti_omap5_common.h21 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
H A Dintegrator-common.h13 #define CONFIG_SYS_TIMERBASE 0x13000100 /* Timer1 */ macro
H A Dbur_am335x_common.h19 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
H A Dkc1.h36 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
H A Dti814x_evm.h114 #define CONFIG_SYS_TIMERBASE 0x4802E000 macro
H A Dsniper.h31 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
H A Dcm_t43.h15 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
H A Dti816x_evm.h42 #define CONFIG_SYS_TIMERBASE 0x4802E000 macro
H A Dti_omap4_common.h27 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
H A Dtao3530.h164 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
H A Dcm_t3517.h185 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
H A Dea20.h32 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE macro
H A Dtricorder.h210 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
H A Dlegoev3.h27 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE macro
H A Dam3517_evm.h235 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
H A Dcm_t35.h185 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
H A Dam3517_crane.h184 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dtimer.c13 static const struct socfpga_timer *timer_base = (void *)CONFIG_SYS_TIMERBASE;
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dtimer.c26 static struct gptimer *timer_base = (struct gptimer *)CONFIG_SYS_TIMERBASE;

12