Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Ddt2811.c311 unsigned int ns_hi = 0; in dt2811_ns_to_timer() local
340 if (ns <= *nanosec && ns > ns_hi) { in dt2811_ns_to_timer()
341 ns_hi = ns; in dt2811_ns_to_timer()
358 ns_lo = ns_hi; in dt2811_ns_to_timer()
366 if (ns_hi == 0) { in dt2811_ns_to_timer()
367 ns_hi = ns_lo; in dt2811_ns_to_timer()
374 if (ns_hi - *nanosec < *nanosec - ns_lo) { in dt2811_ns_to_timer()
378 *nanosec = ns_hi; in dt2811_ns_to_timer()
384 *nanosec = ns_hi; in dt2811_ns_to_timer()