Searched refs:TIMER_CLOCK (Results 1 – 5 of 5) sorted by relevance
36 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro62 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()
76 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()
49 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro51 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
51 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro53 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
24 #define TIMER_CLOCK (24 * 1000 * 1000) macro27 #define TICKS_PER_HZ (TIMER_CLOCK / CONFIG_SYS_HZ)
Completed in 5 milliseconds