Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dclock.h277 uint64_t ns_low, ns_high; in clock_ticks_to_ns() local
286 mulu64(&ns_low, &ns_high, clk->period, ticks); in clock_ticks_to_ns()
287 if (ns_high & MAKE_64BIT_MASK(31, 33)) { in clock_ticks_to_ns()
290 return ns_low >> 32 | ns_high << 32; in clock_ticks_to_ns()
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c367 unsigned int ns_high; in comedi_8254_cascade_ns_to_timer() local
404 ns_high = d1_lub * d2_lub * i8254->osc_base; in comedi_8254_cascade_ns_to_timer()
406 if (ns_high - *nanosec < *nanosec - ns_low) { in comedi_8254_cascade_ns_to_timer()