Searched refs:tbl (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/boot/uboot-oxnas/files/arch/arm/cpu/arm1136/nas782x/
H A Dtimer.c61 gd->arch.tbl = 0; /* start "advancing" time stamp */
101 gd->arch.tbl += (now - gd->arch.lastinc);
104 gd->arch.tbl += ((TIMER_LOAD_VAL / (TIMER_CLOCK / CONFIG_SYS_HZ))
108 return gd->arch.tbl;
/openwrt/package/utils/px5g-standalone/src/library/
H A Dtiming.c102 unsigned long tbl, tbu0, tbu1; local
107 asm( "mftb %0" : "=r" (tbl ) );
112 return( tbl );

Completed in 104 milliseconds