Home
last modified time | relevance | path

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

/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1488 static HP_WORD mpx_ibuf = 0; /* status/data in */ variable
1922 outbound.value = mpx_ibuf; /* return info */ in mpx_interface()
1925 input_state [mpx_state], mpx_ibuf); in mpx_interface()
2249mpx_ibuf = mpx_ibuf | LOWER_BYTE (byte); /* then merge the second byte */ in cntl_service()
2341 mpx_ibuf = mpx_ibuf | ch; /* low byte */ in cntl_service()
2349 mpx_ibuf = mpx_ibuf | ' '; /* pad last with blank */ in cntl_service()
2383 mpx_ibuf); in cntl_service()
3357 mpx_ibuf = mpx_ibuf | RS_OVERFLOW; /* report it */ in exec_command()
3362 fmt_bitset (mpx_ibuf, buffer_format), in exec_command()
3363 end_of_text [GET_ETC (mpx_ibuf)], in exec_command()
[all …]
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c511 uint16 mpx_ibuf = 0; /* status/data in */ variable
656 { ORDATA (IBUF, mpx_ibuf, 16), REG_FIT },
849 stat_data = IORETURN (SCPE_OK, mpx_ibuf); /* return info */ in mpx_io()
853 hold_or_clear, input_state [mpx_state], mpx_ibuf); in mpx_io()
1102 mpx_ibuf = mpx_ibuf | RS_OVERFLOW; /* report it */ in exec_command()
1161 mpx_ibuf = 0; /* report none available */ in exec_command()
1538 mpx_ibuf = mpx_ibuf | ch; /* low byte */ in mpx_cntl_svc()
1540 mpx_ibuf = ch << 8; /* high byte */ in mpx_cntl_svc()
1546 mpx_ibuf = mpx_ibuf | ' '; /* pad last with blank */ in mpx_cntl_svc()
1910 mpx_ibuf = mpx_ibuf | (chx & DMASK8); /* merge it into word */ in mpx_line_svc()
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c825 static uint16 mpx_ibuf = 0; /* status/data in */ variable
1245 outbound.value = mpx_ibuf; /* return info */ in mpx_interface()
1248 hold_or_clear, input_state [mpx_state], mpx_ibuf); in mpx_interface()
1615 mpx_ibuf = mpx_ibuf | ch; /* low byte */ in cntl_service()
1617 mpx_ibuf = (uint16) (ch << 8); /* high byte */ in cntl_service()
1623 mpx_ibuf = mpx_ibuf | ' '; /* pad last with blank */ in cntl_service()
2074 mpx_ibuf = mpx_ibuf | LOWER_BYTE (chx); /* merge it into word */ in line_service()
2202 mpx_ibuf = 0; /* clear input buffer */ in mpx_reset()
2481 mpx_ibuf = ST_TEST_OK; /* return self-test OK code */ in exec_command()
2526 mpx_ibuf = mpx_ibuf | RS_OVERFLOW; /* report it */ in exec_command()
[all …]