Searched defs:tb_period (Results 1 - 1 of 1) sorted by relevance

/arch/mips/sibyte/common/
H A Dsb_tbprof.c151 static u64 tb_period; variable
156 u64 next = (1ULL << 40) - tb_period;
581 tb_period = zbbus_mhz * 10000LL;
582 pr_info(DEVNAME ": initialized - tb_period = %lld\n",
583 (long long) tb_period);

Completed in 57 milliseconds