Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dspd_sdram.c873 unsigned long tbu1, tbu2; in get_tbms() local
883 tbu2 = mftbu(); in get_tbms()
884 } while (tbu1 != tbu2); in get_tbms()
/external/python/cpython2/Python/
Dceval.c41 register unsigned long tbu, tb, tbu2; in ppc_getcounter() local
46 asm volatile ("mftbu %0" : "=r" (tbu2)); in ppc_getcounter()
47 if (__builtin_expect(tbu != tbu2, 0)) goto loop; in ppc_getcounter()