Home
last modified time | relevance | path

Searched refs:baudLo (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/usb/serial/
Dkeyspan_usa28msg.h105 baudLo, // host does baud divisor calculation member
Dkeyspan_usa26msg.h127 baudLo, // BOTH: host does baud divisor calculation member
Dkeyspan_usa49msg.h141 baudLo, // host does baud divisor calculation member
Dkeyspan_usa67msg.h130 baudLo, // host does baud divisor calculation member
Dkeyspan_usa90msg.h59 baudLo, // host does baud divisor calculation member
Dkeyspan.c2091 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa26_send_setup()
2095 msg.baudLo = 0; in keyspan_usa26_send_setup()
2229 &msg.baudHi, &msg.baudLo, NULL, in keyspan_usa28_send_setup()
2233 msg.baudLo = 0xff; in keyspan_usa28_send_setup()
2361 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa49_send_setup()
2365 msg.baudLo = 0; in keyspan_usa49_send_setup()
2528 &msg.baudHi, &msg.baudLo, &prescaler, 0) == KEYSPAN_INVALID_BAUD_RATE) { in keyspan_usa90_send_setup()
2533 &msg.baudHi, &msg.baudLo, &prescaler, 0); in keyspan_usa90_send_setup()
2663 &msg.baudHi, &msg.baudLo, &msg.prescaler, in keyspan_usa67_send_setup()
2667 msg.baudLo = 0; in keyspan_usa67_send_setup()