Searched refs:t_freq (Results 1 – 2 of 2) sorted by relevance
201 uint64_t t_freq = ticks - ticks_base; in port_init() local202 double freq_mult = (double)c_freq / t_freq; in port_init()206 c_freq * 10, t_freq * 10, freq_mult); in port_init()
75 uint64_t ticks_base = 0, ticks = 0, tsc = 0, t_freq; in otx2_nix_raw_clock_tsc_conv() local93 t_freq = (ticks - ticks_base) * 10; in otx2_nix_raw_clock_tsc_conv()99 (double)pow(10, floor(log10(t_freq))) / rte_get_timer_hz(); in otx2_nix_raw_clock_tsc_conv()