Searched defs:keyspan_usa26_portControlMessage (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | keyspan_usa26msg.h | 117 struct keyspan_usa26_portControlMessage struct 126 u8 setClocking, // BOTH: host requests baud rate be set 127 baudLo, // BOTH: host does baud divisor calculation 128 baudHi, // BOTH: baudHi is only used for first port (gives lower rates) 129 externalClock_txClocking, 132 rxClocking, // USA17: 0=internal, 1=external/RI, other=external/DSR 135 setLcr, // BOTH: host requests lcr be set 136 lcr, // BOTH: use PARITY, STOPBITS, DATABITS below 138 setFlowControl, // BOTH: host requests flow control be set 139 ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't [all …]
|