Lines Matching defs:duart
343 struct duart { struct
347 short modeA; /* ch.A mode reg (read/write) */
348 short statusA; /* ch.A status reg (read) */
350 short cmdA; /* ch.A command reg (write) */
351 short dataA; /* rcv/xmt data ch.A (read/write) */
352 short inchng; /* input change state reg (read) */
354 short istatus; /* interrupt status reg (read) */
356 short CThi; /* counter/timer hi byte (read) */
358 short CTlo; /* counter/timer lo byte (read) */
363 short modeB; /* ch.B mode reg (read/write) */
364 short statusB; /* ch.B status reg (read) */
366 short cmdB; /* ch.B command reg (write) */
367 short dataB; /* ch.B rcv/xmt data (read/write) */
368 short rsrvd;
369 short inport; /* input port (read) */
371 short strctr; /* start counter command (read) */
373 short stpctr; /* stop counter command (read) */