Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c853 unsigned long tbu1, tbu2; in get_tbms() local
861 asm volatile ("mftbu %0":"=r" (tbu1):); in get_tbms()
864 } while (tbu1 != tbu2); in get_tbms()
867 tmp = (unsigned long long)(tbu1); in get_tbms()