Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dclock.c85 if(hw_tod < base_tod) in hw_adjust()
88 return hw_tod += 0x10; in hw_adjust()
102 hw_tod = hw_adjust(temp_tod); in hw_clock()
106 return hw_tod; in hw_clock()
112 hw_tod = hw_adjust(universal_clock()); in hw_clock_l()
114 return hw_tod; in hw_clock_l()
125 hw_episode = hw_tod; in set_tod_steering()
134 hw_offset = hw_tod - universal_tod; in start_new_episode()
135 hw_episode = hw_tod; in start_new_episode()
H A Dclock.h72 _CLOCK_EXTERN U64 hw_tod; /* Hardware clock */ variable
97 ((S64)((_regs)->cpu_timer - hw_tod))
100 ((S32)TOD_TO_ITIMER((S64)((_regs)->int_timer - hw_tod)))
H A Dhsccmd.c1335 hw_now = hw_tod; in clocks_cmd()