Searched refs:baudLo (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/usb/serial/ |
D | keyspan_usa28msg.h | 104 baudLo, // host does baud divisor calculation member
|
D | keyspan_usa26msg.h | 126 baudLo, // BOTH: host does baud divisor calculation member
|
D | keyspan_usa49msg.h | 140 baudLo, // host does baud divisor calculation member
|
D | keyspan_usa90msg.h | 58 baudLo, // host does baud divisor calculation member
|
D | keyspan.c | 1678 &msg.baudLo, &msg.prescaler, device_port) == KEYSPAN_INVALID_BAUD_RATE ) { in keyspan_usa26_send_setup() 1681 msg.baudLo = 0; in keyspan_usa26_send_setup() 1825 &msg.baudHi, &msg.baudLo, NULL, device_port) == KEYSPAN_INVALID_BAUD_RATE ) { in keyspan_usa28_send_setup() 1827 msg.baudLo = 0xff; in keyspan_usa28_send_setup() 1965 &msg.baudLo, &msg.prescaler, device_port) == KEYSPAN_INVALID_BAUD_RATE ) { in keyspan_usa49_send_setup() 1968 msg.baudLo = 0; in keyspan_usa49_send_setup() 2121 &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE ) { in keyspan_usa90_send_setup() 2126 &msg.baudHi, &msg.baudLo, &prescaler, 0); in keyspan_usa90_send_setup()
|