Searched refs:TIMER_CLOCK (Results 1 – 6 of 6) sorted by relevance
31 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro57 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()
71 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()
21 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro64 uc_priv->clock_rate = TIMER_CLOCK; in omap_timer_probe()
20 #define TIMER_CLOCK (24 * 1000 * 1000) macro23 #define TICKS_PER_HZ (TIMER_CLOCK / CONFIG_SYS_HZ)
50 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro52 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
52 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro54 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro