Home
last modified time | relevance | path

Searched refs:ITIMER_TO_TOD (Results 1 – 2 of 2) sorted by last modified time

/dports/emulators/hercules/hercules-3.13/
H A Dclock.c300 regs->ecps_vtimer = (U64)(hw_clock() + ITIMER_TO_TOD(vtimer)); in set_ecps_vtimer()
314 regs->int_timer = (U64)(hw_clock() + ITIMER_TO_TOD(itimer)); in set_int_timer()
H A Dclock.h87 #define ITIMER_TO_TOD(_units) \ macro