Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dtimer.c31 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro
57 long tmo = usec * (TIMER_CLOCK / 1000) / 1000; in __udelay()
73 ulong now = readl(&timer_base->tcrr) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()
79 gd->arch.tbl += ((TIMER_OVERFLOW_VAL / (TIMER_CLOCK / in get_timer_masked()
/external/u-boot/arch/nds32/cpu/n1213/ag101/
Dtimer.c71 lastdec = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in reset_timer_masked()
96 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()
151 long tmo = usec * (TIMER_CLOCK / 1000) / 1000; in __udelay()
/external/u-boot/drivers/timer/
Domap-timer.c21 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro
64 uc_priv->clock_rate = TIMER_CLOCK; in omap_timer_probe()
/external/u-boot/arch/arm/cpu/armv7/sunxi/
Dtimer.c20 #define TIMER_CLOCK (24 * 1000 * 1000) macro
23 #define TICKS_PER_HZ (TIMER_CLOCK / CONFIG_SYS_HZ)
/external/u-boot/include/configs/
Dadp-ae3xx.h50 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro
52 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
Dadp-ag101p.h52 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro
54 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro