Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_dl.c171 UNIT dlo_unit[] = { variable
194 { URDATA (TIME, dlo_unit[0].wait, 10, 31, 0,
216 "DLO", dlo_unit, dlo_reg, dlo_mod,
233 ((dlo_unit[ln].flags & DLX_MDM)? DLICSR_RD_M: DLICSR_RD); in dlx_rd()
319 sim_activate (&dlo_unit[ln], dlo_unit[ln].wait); in dlx_wr()
379 int32 ln = uptr - dlo_unit; /* line # */ in dlo_svc()
391 sim_activate (uptr, dlo_unit[ln].wait); /* wait */ in dlo_svc()
482 if (dlo_unit[ln].flags & DLX_MDM) /* modem */ in dlx_reset_ln()
487 sim_cancel (&dlo_unit[ln]); /* deactivate */ in dlx_reset_ln()
560 dlo_unit[i].flags |= UNIT_DIS; in dlx_set_lines()
[all …]