Searched refs:timer3_counter (Results 1 – 2 of 2) sorted by relevance
36 writel(TIMER_LOAD_VAL, &tmr->timer3_counter); in timer_init()72 lastdec = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in reset_timer_masked()74 lastdec = readl(&tmr->timer3_counter) / in reset_timer_masked()97 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()99 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked()156 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay()160 now = readl(&tmr->timer3_counter); in __udelay()
23 unsigned int timer3_counter; /* 0x20 */ member