Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c394 #define RT_END_ON_CNT 0000010 /* Receive type: end xfer on count */ macro
1854 if ((rt & RT_END_ON_CNT) && /* end on count */ in mpx_line_svc()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c575 #define RT_END_ON_CNT BIT (3) /* Receive type: end xfer on count */ macro
2013 if ((rt & RT_END_ON_CNT) && /* end on count */ in line_service()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1259 #define RT_END_ON_CNT BIT (3) /* Receive type: end xfer on count */ macro
2755 if (rt & RT_END_ON_CNT /* if end-on-count is enabled */ in line_service()