Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds