Searched refs:baudLo (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/serial/ |
| A D | keyspan_usa28msg.h | 105 baudLo, // host does baud divisor calculation member
|
| A D | keyspan_usa26msg.h | 127 baudLo, // BOTH: host does baud divisor calculation member
|
| A D | keyspan_usa49msg.h | 141 baudLo, // host does baud divisor calculation member
|
| A D | keyspan_usa67msg.h | 130 baudLo, // host does baud divisor calculation member
|
| A D | keyspan_usa90msg.h | 59 baudLo, // host does baud divisor calculation member
|
| A D | keyspan.c | 2071 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa26_send_setup() 2075 msg.baudLo = 0; in keyspan_usa26_send_setup() 2209 &msg.baudHi, &msg.baudLo, NULL, in keyspan_usa28_send_setup() 2213 msg.baudLo = 0xff; in keyspan_usa28_send_setup() 2341 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa49_send_setup() 2345 msg.baudLo = 0; in keyspan_usa49_send_setup() 2508 &msg.baudHi, &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE) { in keyspan_usa90_send_setup() 2513 &msg.baudHi, &msg.baudLo, &prescaler, 0); in keyspan_usa90_send_setup() 2643 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa67_send_setup() 2647 msg.baudLo = 0; in keyspan_usa67_send_setup()
|
Completed in 19 milliseconds