Searched refs:titan_tod (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dproc.c53 unsigned long tb0, titan_tod; local
56 titan_tod = HvCallXm_loadTod();
60 seq_printf(m, " titan tod = %016lx\n", titan_tod);
69 startTitan = titan_tod;
72 unsigned long titan_usec = (titan_tod - startTitan) >> 12;

Completed in 83 milliseconds