Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c852 unsigned long tbu1, tbu2; in get_tbms() local
862 asm volatile ("mftbu %0":"=r" (tbu2):); in get_tbms()
863 } while (tbu1 != tbu2); in get_tbms()