Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dtime.h120 unsigned int tbhi, tblo, tbhi2; in get_tb() local
123 tbhi = get_tbu(); in get_tb()
126 } while (tbhi != tbhi2); in get_tb()
128 return ((u64)tbhi << 32) | tblo; in get_tb()
/arch/m68k/include/asm/
Damigahw.h233 unsigned char tbhi; char pad7[0xff]; member