Lines Matching defs:keyspan_usa90_portControlMessage
47 struct keyspan_usa90_portControlMessage struct
57 u8 setClocking, // host requests baud rate be set
58 baudLo, // host does baud divisor calculation
59 baudHi, // host does baud divisor calculation
61 setLcr, // host requests lcr be set
62 lcr, // use PARITY, STOPBITS, DATABITS below
64 setRxMode, // set receive mode
65 rxMode, // RXMODE_DMA or RXMODE_BYHAND
67 setTxMode, // set transmit mode
68 txMode, // TXMODE_DMA or TXMODE_BYHAND
70 setTxFlowControl, // host requests tx flow control be set
71 txFlowControl , // use TX_FLOW... bits below
72 setRxFlowControl, // host requests rx flow control be set
73 rxFlowControl, // use RX_FLOW... bits below
74 sendXoff, // host requests XOFF transmitted immediately
75 sendXon, // host requests XON char transmitted
76 xonChar, // specified in current character format
77 xoffChar, // specified in current character format
79 sendChar, // host requests char transmitted immediately
80 txChar, // character to send
82 setRts, // host requests RTS output be set
83 rts, // 1=on, 0=off
84 setDtr, // host requests DTR output be set
85 dtr; // 1=on, 0=off
93 u8 rxForwardingLength, // forward when this number of chars available
94 rxForwardingTimeout, // (1-31 in ms)
95 txAckSetting; // 0=don't ack, 1=normal, 2-255 TBD...
101 u8 portEnabled, // 0=disabled, 1=enabled
102 txFlush, // 0=normal, 1=toss outbound data
103 txBreak, // 0=break off, 1=break on
104 loopbackMode; // 0=no loopback, 1=loopback enabled
113 u8 rxFlush, // toss inbound data
114 rxForward, // forward all inbound data, NOW (as if fwdLen==1)
115 cancelRxXoff, // cancel any receive XOFF state (_txXoff)
116 returnStatus; // return current status NOW