Searched refs:timer3_counter (Results 1 – 2 of 2) sorted by relevance
35 writel(TIMER_LOAD_VAL, &tmr->timer3_counter); in timer_init()71 lastdec = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in reset_timer_masked()73 lastdec = readl(&tmr->timer3_counter) / in reset_timer_masked()96 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()98 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked()155 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay()159 now = readl(&tmr->timer3_counter); in __udelay()
22 unsigned int timer3_counter; /* 0x20 */ member