Home
last modified time | relevance | path

Searched refs:STOPBITS_5678_1 (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
Dkeyspan_usa26msg.h195 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa49msg.h198 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa67msg.h191 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa90msg.h125 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan.c2102 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2372 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2548 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2674 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()