Searched refs:mpx_port (Results 1 – 3 of 3) sorted by relevance
/dports/emulators/simh/simh-3.9.0_5/HP2100/ |
H A D | hp2100_mpx.c | 662 { DRDATA (PORT, mpx_port, 8), PV_LEFT }, 1079 buf_cancel (iowrite, mpx_port, put); /* cancel it */ in exec_command() 1081 buf_cancel (ioread, mpx_port, get); /* cancel it */ in exec_command() 1091 mpx_flags [mpx_port] &= ~FL_WANTBUF; /* clear flag */ in exec_command() 1096 mpx_flags [mpx_port] &= ~FL_HAVEBUF; /* clear flag */ in exec_command() 1108 mpx_flags [mpx_port] &= ~FL_BREAK; /* clear flag */ in exec_command() 1172 mpx_port = port; /* save port number */ in exec_command() 1224 mpx_port = port; /* save port number */ in exec_command() 1502 (sim_is_active (&mpx_unit [mpx_port]) == 0)) in mpx_cntl_svc() 1504 "time = %d\n", mpx_port, mpx_unit [mpx_port].wait); in mpx_cntl_svc() [all …]
|
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/ |
H A D | hp2100_mpx.c | 830 static uint32 mpx_port = 0; /* current port number for R/W */ variable 1467 mpx_port, mpx_portkey, GET_UIREASON (mpx_uicode)); in cntl_service() 1578 if (sim_is_active (&mpx_unit [mpx_port]) == 0) in cntl_service() 1580 mpx_port, mpx_unit [mpx_port].wait); in cntl_service() 1583 mpx_unit [mpx_port].wait); in cntl_service() 2503 buf_cancel (iowrite, mpx_port, put); /* cancel it */ in exec_command() 2505 buf_cancel (ioread, mpx_port, get); /* cancel it */ in exec_command() 2515 mpx_flags [mpx_port] &= ~FL_WANTBUF; /* clear flag */ in exec_command() 2520 mpx_flags [mpx_port] &= ~FL_HAVEBUF; /* clear flag */ in exec_command() 2599 mpx_port = port; /* save port number */ in exec_command() [all …]
|
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/ |
H A D | hp2100_mpx.c | 1494 static uint32 mpx_port = 0; /* current port number for R/W */ variable 2293 else if (buf_len (iowrite, mpx_port, put) < WR_BUF_LIMIT) in cntl_service() 2301 buf_put (iowrite, mpx_port, CR); /* add CR to buffer */ in cntl_service() 2302 buf_put (iowrite, mpx_port, LF); /* add LF to buffer */ in cntl_service() 3334 buf_cancel (iowrite, mpx_port, put); /* cancel it */ in exec_command() 3336 buf_cancel (ioread, mpx_port, get); /* cancel it */ in exec_command() 3344 mpx_flags [mpx_port] &= ~FL_WANTBUF; /* clear flag */ in exec_command() 3351 mpx_flags [mpx_port] &= ~FL_HAVEBUF; /* clear flag */ in exec_command() 3368 mpx_flags [mpx_port] &= ~FL_BREAK; /* clear flag */ in exec_command() 3441 mpx_port = port; /* save port number */ in exec_command() [all …]
|