Home
last modified time | relevance | path

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

/arch/powerpc/platforms/iseries/
Dproc.c53 unsigned long tb0, titan_tod; in proc_titantod_show() local
55 tb0 = get_tb(); in proc_titantod_show()
59 seq_printf(m, " time base = %016lx\n", tb0); in proc_titantod_show()
70 startTb = tb0; in proc_titantod_show()
73 unsigned long tb_ticks = (tb0 - startTb); in proc_titantod_show()