Home
last modified time | relevance | path

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

/arch/powerpc/platforms/iseries/
Dproc.c53 unsigned long tb0, titan_tod; in proc_titantod_show() local
56 titan_tod = HvCallXm_loadTod(); in proc_titantod_show()
60 seq_printf(m, " titan tod = %016lx\n", titan_tod); in proc_titantod_show()
69 startTitan = titan_tod; in proc_titantod_show()
72 unsigned long titan_usec = (titan_tod - startTitan) >> 12; in proc_titantod_show()