Home
last modified time | relevance | path

Searched refs:tbu2 (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
863 asm volatile ("mftbu %0":"=r" (tbu2):); in get_tbms()
864 } while (tbu1 != tbu2); in get_tbms()