Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_baci.c209 #define OUT_STBITS 0000040 /* ID3: number of stop bits */ macro
1479 (baci_cfcw & OUT_STBITS) && /* and extra stop bit requested */ in clock_uart()
1501 ((baci_cfcw & OUT_STBITS) != 0); /* plus extra stop bit if used */ in clock_uart()
1542 … 2 + ((baci_cfcw & OUT_STBITS) != 0); /* plus start/stop and extra stop if used */ in clock_uart()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_baci.c221 #define OUT_STBITS 0000040 /* ID3: number of stop bits */ macro
1649 (baci_cfcw & OUT_STBITS) && /* and extra stop bit requested */ in clock_uart()
1670 ((baci_cfcw & OUT_STBITS) != 0); /* plus extra stop bit if used */ in clock_uart()
1709 … 2 + ((baci_cfcw & OUT_STBITS) != 0); /* plus start/stop and extra stop if used */ in clock_uart()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_baci.c473 #define OUT_STBITS 0000040u /* S = number of stop bits */ macro
2170 && baci_cfcw & OUT_STBITS /* and another stop bit is requested */ in clock_uart()
2188 ((baci_cfcw & OUT_STBITS) != 0); /* plus extra stop bit if used */ in clock_uart()
2226 … + 2 + ((baci_cfcw & OUT_STBITS) != 0); /* plus start/stop and extra stop if used */ in clock_uart()