HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_TIMERBASE (Results 1 - 25 of 34) sorted by null

1 2

  /external/u-boot/arch/arm/mach-versatile/
timer.c 39 tmr_ctrl_val = *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8);
41 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = tmr_ctrl_val;
55 tmr_ctrl_val = *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8);
59 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = tmr_ctrl_val;
  /external/u-boot/arch/arm/mach-socfpga/
timer.c 12 static const struct socfpga_timer *timer_base = (void *)CONFIG_SYS_TIMERBASE;
  /external/u-boot/board/armltd/integrator/
timer.c 45 #define READ_TIMER (*(volatile ulong *)(CONFIG_SYS_TIMERBASE+4))
56 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0) = TIMER_LOAD_VAL;
67 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x000000C2;
76 *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 8) = 0x00000088;
  /external/u-boot/include/configs/
ti_am335x_common.h 16 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
ti_omap3_common.h 54 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
bur_am335x_common.h 18 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
integrator-common.h 11 #define CONFIG_SYS_TIMERBASE 0x13000100 /* Timer1 */
ti_omap5_common.h 20 #define CONFIG_SYS_TIMERBASE GPT2_BASE
cm_t43.h 14 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
kc1.h 35 #define CONFIG_SYS_TIMERBASE GPT2_BASE
legoev3.h 23 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE
sniper.h 30 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2
ti814x_evm.h 111 #define CONFIG_SYS_TIMERBASE 0x4802E000
ti816x_evm.h 41 #define CONFIG_SYS_TIMERBASE 0x4802E000
socfpga_common.h 92 #define CONFIG_SYS_TIMERBASE SOCFPGA_OSC1TIMER0_ADDRESS
94 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
zynq-common.h 25 #define CONFIG_SYS_TIMERBASE ZYNQ_SCUTIMER_BASEADDR
27 #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
cm_t3517.h 172 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
ea20.h 28 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE
tao3530.h 154 #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
ti_omap4_common.h 26 #define CONFIG_SYS_TIMERBASE GPT2_BASE
am3517_crane.h 175 #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2
am43xx_evm.h 13 #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
calimain.h 26 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE
  /external/u-boot/arch/arm/mach-omap2/
timer.c 25 static struct gptimer *timer_base = (struct gptimer *)CONFIG_SYS_TIMERBASE;
  /external/u-boot/arch/arm/mach-davinci/
timer.c 31 (struct davinci_timer *)CONFIG_SYS_TIMERBASE;

Completed in 129 milliseconds

1 2