Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dtime.h58 unsigned int tbhi, tblo, tbhi2; in get_tb() local
66 tbhi2 = mftbu(); in get_tb()
67 } while (tbhi != tbhi2); in get_tb()