Searched refs:hw_tick_ns (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.c88 uint64_t hw_tick_ns; local
106 hw_tick_ns = timer_thr * 1000000000ull / tim_clock_hz;
109 * (hw_tick_ns, 2*hw_tick_ns) will set config_ring1.s.interval
114 hw_tick_ns_allowed = hw_tick_ns * 2;
129 else if (tick_ns > 4194304 * hw_tick_ns)
132 " the max ticks %lu(ns)\n", tick_ns, hw_tick_ns);
138 if (tick_ns < (hw_tick_ns << i))

Completed in 154 milliseconds