Searched refs:timer3_counter (Results 1 – 2 of 2) sorted by relevance
40 writel(TIMER_LOAD_VAL, &tmr->timer3_counter); in timer_init()76 lastdec = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in reset_timer_masked()78 lastdec = readl(&tmr->timer3_counter) / in reset_timer_masked()101 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()103 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked()160 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay()164 now = readl(&tmr->timer3_counter); in __udelay()
22 unsigned int timer3_counter; /* 0x20 */ member
Completed in 2 milliseconds