Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dkeyspan_usa26msg.h194 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa67msg.h190 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa49msg.h197 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan_usa90msg.h124 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes macro
Dkeyspan.c1599 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
1877 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2060 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2187 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()