Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c444 BITFIELD (FL_WRFILL, 3, 1) /* Port flags: write buffer is filling */
453 #define FL_WRFLAGS (FL_WREMPT | FL_WRFILL)
1078 if (mpx_flags [mpx_port] & FL_WRFILL) /* write buffer xfer in progress? */ in exec_command()
2029 filling_flags [iowrite] = FL_WRFILL; in mpx_reset()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c801 #define FL_WRFILL BIT ( 3) /* Port flags: write buffer is filling */ macro
807 #define FL_WRFLAGS (FL_WREMPT | FL_WRFILL)
2197 filling_flags [iowrite] = FL_WRFILL; in mpx_reset()
2502 if (mpx_flags [mpx_port] & FL_WRFILL) /* write buffer xfer in progress? */ in exec_command()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c1459 #define FL_WRFILL BIT ( 3) /* Port flags: write buffer is filling */ macro
1465 #define FL_WRFLAGS (FL_WREMPT | FL_WRFILL)
2927 filling_flags [iowrite] = FL_WRFILL; in mpx_reset()
3333 if (mpx_flags [mpx_port] & FL_WRFILL) /* write buffer xfer in progress? */ in exec_command()