Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-orion5x/
Dtimer.c103 static inline ulong uboot_cntr_val(void) in uboot_cntr_val() function
113 current = uboot_cntr_val(); in __udelay()
118 while (uboot_cntr_val() < current) in __udelay()
120 while ((TIMER_LOAD_VAL - delayticks) < uboot_cntr_val()) in __udelay()
123 while (uboot_cntr_val() > (current - delayticks)) in __udelay()