Searched refs:baudHi (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
H A Dkeyspan_usa28msg.h105 baudHi; // baudHi is only used for first port (gives lower rates) member in struct:keyspan_usa28_portControlMessage
H A Dkeyspan_usa26msg.h127 baudHi, // BOTH: baudHi is only used for first port (gives lower rates) member in struct:keyspan_usa26_portControlMessage
H A Dkeyspan_usa49msg.h141 baudHi, // baudHi is only used for first port (gives lower rates) member in struct:keyspan_usa49_portControlMessage
H A Dkeyspan_usa67msg.h130 baudHi, // baudHi is only used for first port (gives lower rates) member in struct:keyspan_usa67_portControlMessage
H A Dkeyspan.c1594 &msg.baudHi, &msg.baudLo, &msg.prescaler, keyspan_usa26_send_setup()
1599 msg.baudHi = 125; /* Values for 9600 baud */ keyspan_usa26_send_setup()
1732 &msg.baudHi, &msg.baudLo, NULL, keyspan_usa28_send_setup()
1737 msg.baudHi = 0xb2; /* Values for 9600 baud */ keyspan_usa28_send_setup()
1864 &msg.baudHi, &msg.baudLo, &msg.prescaler, keyspan_usa49_send_setup()
1869 msg.baudHi = 125; /* Values for 9600 baud */ keyspan_usa49_send_setup()
2031 &msg.baudHi, &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE) { keyspan_usa90_send_setup()
2036 &msg.baudHi, &msg.baudLo, &prescaler, 0); keyspan_usa90_send_setup()
2166 &msg.baudHi, &msg.baudLo, &msg.prescaler, keyspan_usa67_send_setup()
2171 msg.baudHi = 125; /* Values for 9600 baud */ keyspan_usa67_send_setup()
H A Dkeyspan_usa90msg.h59 baudHi, // host does baud divisor calculation member in struct:keyspan_usa90_portControlMessage

Completed in 67 milliseconds