Searched refs:CONFIG_SYS_TIMERBASE (Results 1 – 25 of 29) sorted by relevance
12
39 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()
47 #define READ_TIMER (*(volatile ulong *)(CONFIG_SYS_TIMERBASE+4))58 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL; in timer_init()69 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x000000C2; in timer_init()78 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x00000088; in timer_init()
15 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
100 #define CONFIG_SYS_TIMERBASE SOCFPGA_OSC1TIMER0_ADDRESS macro102 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
9 #define CONFIG_SYS_TIMERBASE 0x13000100 /* Timer1 */ macro
53 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
31 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
20 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
33 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
105 #define CONFIG_SYS_TIMERBASE 0x4802E000 macro
23 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE macro
28 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
27 #define CONFIG_SYS_TIMERBASE ZYNQ_SCUTIMER_BASEADDR macro29 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
38 #define CONFIG_SYS_TIMERBASE 0x4802E000 macro
13 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
24 #define CONFIG_SYS_TIMERBASE GPT2_BASE macro
141 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
183 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
216 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2) macro
155 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 macro
12 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
65 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ macro
13 static const struct socfpga_timer *timer_base = (void *)CONFIG_SYS_TIMERBASE;
29 static struct gptimer *timer_base = (struct gptimer *)CONFIG_SYS_TIMERBASE;
35 (struct davinci_timer *)CONFIG_SYS_TIMERBASE;
Completed in 23 milliseconds