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