Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.c88 uint64_t hw_tick_ns; in cvmx_tim_setup() local
106 hw_tick_ns = timer_thr * 1000000000ull / tim_clock_hz; in cvmx_tim_setup()
114 hw_tick_ns_allowed = hw_tick_ns * 2; in cvmx_tim_setup()
129 else if (tick_ns > 4194304 * hw_tick_ns) in cvmx_tim_setup()
132 " the max ticks %lu(ns)\n", tick_ns, hw_tick_ns); in cvmx_tim_setup()
138 if (tick_ns < (hw_tick_ns << i)) in cvmx_tim_setup()