Home
last modified time | relevance | path

Searched refs:TIMER_CLOCK (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/mach-omap2/
A Dtimer.c36 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro
62 long tmo = usec * (TIMER_CLOCK / 1000) / 1000; in __udelay()
78 ulong now = readl(&timer_base->tcrr) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()
84 gd->arch.tbl += ((TIMER_OVERFLOW_VAL / (TIMER_CLOCK / in get_timer_masked()
/u-boot/arch/nds32/cpu/n1213/ag101/
A Dtimer.c76 lastdec = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in reset_timer_masked()
101 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()
156 long tmo = usec * (TIMER_CLOCK / 1000) / 1000; in __udelay()
/u-boot/include/configs/
A Dadp-ae3xx.h49 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro
51 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
A Dadp-ag101p.h51 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro
53 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
/u-boot/arch/arm/cpu/armv7/sunxi/
A Dtimer.c24 #define TIMER_CLOCK (24 * 1000 * 1000) macro
27 #define TICKS_PER_HZ (TIMER_CLOCK / CONFIG_SYS_HZ)

Completed in 5 milliseconds