Home
last modified time | relevance | path

Searched refs:timer3_counter (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/nds32/cpu/n1213/ag101/
Dtimer.c35 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()
/external/u-boot/include/faraday/
Dfttmr010.h22 unsigned int timer3_counter; /* 0x20 */ member