Searched refs:baudHi (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/serial/ |
| H A D | keyspan_usa28msg.h | 106 baudHi; // baudHi is only used for first port (gives lower rates) member
|
| H A D | keyspan_usa26msg.h | 128 baudHi, // BOTH: baudHi is only used for first port (gives lower rates) member
|
| H A D | keyspan_usa67msg.h | 131 baudHi, // baudHi is only used for first port (gives lower rates) member
|
| H A D | keyspan_usa49msg.h | 142 baudHi, // baudHi is only used for first port (gives lower rates) member
|
| H A D | keyspan_usa90msg.h | 60 baudHi, // host does baud divisor calculation member
|
| H A D | keyspan.c | 2076 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa26_send_setup() 2081 msg.baudHi = 125; /* Values for 9600 baud */ in keyspan_usa26_send_setup() 2214 &msg.baudHi, &msg.baudLo, NULL, in keyspan_usa28_send_setup() 2219 msg.baudHi = 0xb2; /* Values for 9600 baud */ in keyspan_usa28_send_setup() 2346 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa49_send_setup() 2351 msg.baudHi = 125; /* Values for 9600 baud */ in keyspan_usa49_send_setup() 2513 &msg.baudHi, &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE) { in keyspan_usa90_send_setup() 2518 &msg.baudHi, &msg.baudLo, &prescaler, 0); in keyspan_usa90_send_setup() 2648 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa67_send_setup() 2653 msg.baudHi in keyspan_usa67_send_setup() [all...] |