Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/SDS/
H A Dsds_drm.c103 int32 drm_xtime = 1; /* time to xfr */ variable
134 { DRDATA (XTIME, drm_xtime, 24), REG_NZ + PV_LEFT },
161 t = GET_TWORD (drm_xtime); /* get position */ in drm()
210 t = rda - GET_TWORD (drm_xtime); /* difference */ in drm_svc()
213 sim_activate (&drm_unit, t * drm_xtime); /* activate */ in drm_svc()
271 sim_activate (uptr, drm_xtime); in drm_svc()
272 else sim_activate (uptr, drm_xtime * DRM_NUMGP); in drm_svc()