Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.c90 uint64_t tick_ns = 1000 * tick; in cvmx_tim_setup() local
122 if (tick_ns < hw_tick_ns_allowed) in cvmx_tim_setup()
126 tick_ns, hw_tick_ns_allowed); 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()