Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dtime.h215 unsigned long long tb_to_ns(unsigned long long tb_ticks);
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c612 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
616 EXPORT_SYMBOL_GPL(tb_to_ns);
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c1547 tb_to_ns(tb.tb_total), in debugfs_timings_read()
1548 tb_to_ns(tb.tb_min), in debugfs_timings_read()
1549 tb_to_ns(tb.tb_max)); in debugfs_timings_read()
/linux-4.4.14/drivers/misc/cxl/
Dpci.c417 } while (tb_to_ns(delta) > 16000); in cxl_setup_psl_timebase()